/MusicPlayer2/scintilla/src/ |
H A D | XPM.h | 18 int width=1; variable 49 int width; variable 79 mutable int width; ///< Memorize largest width of the set. variable
|
H A D | Indicator.cxx | 67 const int width = std::min(4000, static_cast<int>(rcSquiggle.Width())); in Draw() local 199 const int width = std::min(ircBox.Width(), 4000); in Draw() local
|
H A D | CallTip.cxx | 97 const int width = static_cast<int>(rc.Width()); in DrawArrow() local 295 const int width = PaintContents(surfaceMeasure.get(), false) + insetX; in CallTipStart() local
|
H A D | MarginView.cxx | 397 const XYPOSITION width = surface->WidthText(fontLineNumber, sNumber); in PaintMargin() local 420 const int width = WidestLineWidth(surface, vs, vs.marginStyleOffset, stMargin); in PaintMargin() local
|
H A D | LineMarker.cxx | 509 const XYPOSITION width = surface->WidthText(fontForCharacter, character); in Draw() local
|
H A D | CellBuffer.cxx | 128 void SetLineWidth(Sci::Line line, Sci::Position width) noexcept { in SetLineWidth() 250 void SetLineCharactersWidth(Sci::Line line, CountWidths width) noexcept override { in SetLineCharactersWidth() 948 const Sci::Position width = posLineEnd - posLineStart; in RecalculateIndexLineStarts() local
|
H A D | EditView.cxx | 85 int width = 0; in WidthStyledText() local 150 const int width = static_cast<int>(surface->WidthText(fontText, text)); in DrawStyledText() local 378 …del &model, Sci::Line line, Surface *surface, const ViewStyle &vstyle, LineLayout *ll, int width) { in LayoutLine() 905 const int width = vsDraw.GetFrameWidth(); in DrawCaretLineFramed() local 1063 const int width = vsDraw.GetFrameWidth(); in DrawEOL() local 1614 const int width = vsDraw.GetFrameWidth(); in DrawWrapIndentAndMarker() local
|
H A D | PositionCache.h | 122 XYPOSITION width; member
|
H A D | ViewStyle.h | 19 int width; variable
|
/MusicPlayer2/MusicPlayer2/ |
H A D | IconMgr.cpp | 46 int width = GetIconWidth(size); in GetHICON() local 61 int width; in GetIconWidth() local
|
H A D | MiniModeUserUi.cpp | 53 bool CMiniModeUserUi::GetUiSize(int& width, int& height, int& height_with_playlist) in GetUiSize() 88 int width{}, height{}, height_width_playlist; in PreDrawInfo() local
|
H A D | GaussBlur.h | 12 int width; //图像宽度 variable
|
H A D | GaussBlur.cpp | 69 int width = image_src.GetWidth(); in DoGaussBlur() local 78 bool CGaussBlur::Filter(LPCVOID pSrc, LPVOID pDest, int width, int height, int bpp) in Filter()
|
H A D | PlayListCtrl.cpp | 111 vector<int> width; in AdjustColumnWidth() local 238 vector<int> width; in PreSubclassWindow() local
|
H A D | SetPathDlg.cpp | 41 vector<int> width; in AdjustColumnWidth() local 148 void CSetPathDlg::CalculateColumeWidth(vector<int>& width) in CalculateColumeWidth() 257 vector<int> width; in BEGIN_MESSAGE_MAP() local
|
H A D | CSelectPlaylist.cpp | 36 vector<int> width; in AdjustColumnWidth() local 234 vector<int> width; in BEGIN_MESSAGE_MAP() local 278 void CSelectPlaylistDlg::CalculateColumeWidth(vector<int>& width) in CalculateColumeWidth()
|
H A D | MediaClassifyDlg.cpp | 358 void CMediaClassifyDlg::CalculateClassifyListColumeWidth(std::vector<int>& width) in CalculateClassifyListColumeWidth() 475 std::vector<int> width; in BEGIN_MESSAGE_MAP() local 690 std::vector<int> width; in OnSize() local
|
H A D | MiniModeDlg.cpp | 98 int width{}, height{}, height_with_playlist{}; in AdjustWindowSize() local 124 bool CMiniModeDlg::CalculateWindowSize(int& width, int& height, int& height_with_playlist) in CalculateWindowSize() 630 int width{}, height{}, height_with_playlist{}; in OnShowPlayList() local
|
H A D | LyricRelateDlg.cpp | 187 int width[4]{}; in BEGIN_MESSAGE_MAP() local
|
H A D | DrawCommon.cpp | 471 void CDrawCommon::DrawRectOutLine(CRect rect, COLORREF color, int width, bool dot_line) in DrawRectOutLine() 487 void CDrawCommon::DrawRectFrame(CRect rect, COLORREF color, int width, BYTE alpha /*= 255*/) in DrawRectFrame() 519 void CDrawCommon::DrawLine(CPoint point1, CPoint point2, COLORREF color, int width, bool dot_line) in DrawLine()
|
H A D | CListenTimeStatisticsDlg.cpp | 128 int width[6]; in BEGIN_MESSAGE_MAP() local
|
H A D | CPlayerUIBase.cpp | 1012 int width = m_draw.GetTextExtent(tag_str.c_str()).cx + DPI(4); in DrawSongInfo() local 1030 int width = m_draw.GetTextExtent(tag_str.c_str()).cx + DPI(4); in DrawSongInfo() local 1048 int width = m_draw.GetTextExtent(tag_str.c_str()).cx + DPI(4); in DrawSongInfo() local 1572 int width = m_layout.width_threshold; in WidthThreshold() local 1780 int width{ m_draw.GetTextExtent(volume_str).cx }; in DrawVolumnAdjBtn() local
|
H A D | ListCtrlEx.cpp | 138 int width = left_space; in SetRowHeight() local
|
/MusicPlayer2/scintilla/lexlib/ |
H A D | StyleContext.h | 53 Sci_Position width; variable
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 624 void SurfaceGDI::InitPixMap(int width, int height, Surface *surface_, WindowID wid) { in InitPixMap() 950 void SurfaceGDI::DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsIma… in DrawRGBAImage() 1311 void SurfaceD2D::InitPixMap(int width, int height, Surface *surface_, WindowID wid) { in InitPixMap() 1419 const int width = std::abs(x - xEnd) + 1; in LineTo() local 1604 void SurfaceD2D::DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsIma… in DrawRGBAImage() 1663 XYPOSITION width; member in Scintilla::BlobInline 2120 FLOAT width = 1.0; in WidthText() local 2238 FLOAT width = 1.0; in AverageCharWidth() local 2394 void FlipBitmap(HBITMAP bitmap, int width, int height) noexcept { in FlipBitmap() 2413 const int width = SystemMetricsForDpi(SM_CXCURSOR, dpi); in LoadReverseArrowCursor() local [all …]
|