Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 30) sorted by relevance

12

/MusicPlayer2/scintilla/src/
H A DXPM.h18 int width=1; variable
49 int width; variable
79 mutable int width; ///< Memorize largest width of the set. variable
H A DIndicator.cxx67 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 DCallTip.cxx97 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 DMarginView.cxx397 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 DLineMarker.cxx509 const XYPOSITION width = surface->WidthText(fontForCharacter, character); in Draw() local
H A DCellBuffer.cxx128 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 DEditView.cxx85 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 DPositionCache.h122 XYPOSITION width; member
H A DViewStyle.h19 int width; variable
/MusicPlayer2/MusicPlayer2/
H A DIconMgr.cpp46 int width = GetIconWidth(size); in GetHICON() local
61 int width; in GetIconWidth() local
H A DMiniModeUserUi.cpp53 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 DGaussBlur.h12 int width; //图像宽度 variable
H A DGaussBlur.cpp69 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 DPlayListCtrl.cpp111 vector<int> width; in AdjustColumnWidth() local
238 vector<int> width; in PreSubclassWindow() local
H A DSetPathDlg.cpp41 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 DCSelectPlaylist.cpp36 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 DMediaClassifyDlg.cpp358 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 DMiniModeDlg.cpp98 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 DLyricRelateDlg.cpp187 int width[4]{}; in BEGIN_MESSAGE_MAP() local
H A DDrawCommon.cpp471 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 DCListenTimeStatisticsDlg.cpp128 int width[6]; in BEGIN_MESSAGE_MAP() local
H A DCPlayerUIBase.cpp1012 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 DListCtrlEx.cpp138 int width = left_space; in SetRowHeight() local
/MusicPlayer2/scintilla/lexlib/
H A DStyleContext.h53 Sci_Position width; variable
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx624 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 …]

12