/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 695 void SurfaceGDI::RectangleDraw(PRectangle rc, ColourDesired fore, ColourDesired back) { in RectangleDraw() 702 void SurfaceGDI::FillRectangle(PRectangle rc, ColourDesired back) { in FillRectangle() 710 void SurfaceGDI::FillRectangle(PRectangle rc, Surface &surfacePattern) { in FillRectangle() 722 void SurfaceGDI::RoundedRectangle(PRectangle rc, ColourDesired fore, ColourDesired back) { in RoundedRectangle() 858 constexpr SIZE SizeOfRect(RECT rc) noexcept { in SizeOfRect() 866 void SurfaceGDI::AlphaRectangle(PRectangle rc, int cornerSize, ColourDesired fill, int alphaFill, in AlphaRectangle() 915 void SurfaceGDI::GradientRectangle(PRectangle rc, const std::vector<ColourStop> &stops, GradientOpt… in GradientRectangle() 950 void SurfaceGDI::DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsIma… in DrawRGBAImage() 970 void SurfaceGDI::Ellipse(PRectangle rc, ColourDesired fore, ColourDesired back) { in Ellipse() 977 void SurfaceGDI::Copy(PRectangle rc, Point from, Surface &surfaceSource) { in Copy() [all …]
|
H A D | PlatWin.h | 22 RECT rc = { static_cast<LONG>(prc.left), static_cast<LONG>(prc.top), in RectFromPRectangle() local
|
H A D | ScintillaWin.cxx | 609 RECT rc; in EnsureRenderTarget() local 1476 RECT rc; in MouseMessage() local 2139 bool ScintillaWin::PaintContains(PRectangle rc) { in PaintContains() 2921 RECONVERTSTRING *rc = static_cast<RECONVERTSTRING *>(PtrFromSPtr(lParam)); in ImeOnReconvert() local 3432 RECT rc; in CTWndProc() local
|
/MusicPlayer2/scintilla/src/ |
H A D | Indicator.cxx | 26 static PRectangle PixelGridAlign(const PRectangle &rc) noexcept { in PixelGridAlign() 32 void Indicator::Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine, const PRecta… in Draw() argument
|
H A D | LineMarker.cxx | 84 const PRectangle rc = PRectangle::FromInts( in DrawBox() local 159 const PRectangle rc(rcWhole.left, rcWhole.top + 1, rcWhole.right, rcWhole.bottom - 1); in Draw() local
|
H A D | XPM.cxx | 76 const PRectangle rc = PRectangle::FromInts(startX, y, x, y + 1); in FillRun() local 151 void XPM::Draw(Surface *surface, const PRectangle &rc) { in Draw()
|
H A D | CallTip.cxx | 95 void DrawArrow(Scintilla::Surface *surface, const PRectangle &rc, bool upArrow, ColourDesired colou… in DrawArrow()
|
H A D | MarginView.cxx | 181 void MarginView::PaintMargin(Surface *surface, Sci::Line topLine, PRectangle rc, PRectangle rcMargi… in PaintMargin()
|
H A D | ScintillaBase.cxx | 475 PRectangle rc = ct.CallTipStart(sel.MainCaret(), pt, in CallTipShow() local
|
H A D | Editor.cxx | 332 PRectangle rc = GetClientRectangle(); in GetTextRectangle() local 465 void Editor::RedrawRect(PRectangle rc) { in RedrawRect() 548 PRectangle rc; in RectangleFromRange() local 1662 void Editor::PaintSelMargin(Surface *surfaceWindow, const PRectangle &rc) { in PaintSelMargin() 5177 bool Editor::PaintContains(PRectangle rc) { in PaintContains()
|
H A D | EditView.cxx | 120 void DrawTextNoClipPhase(Surface *surface, PRectangle rc, const Style &style, XYPOSITION ybase, in DrawTextNoClipPhase() 866 static void SimpleAlphaRectangle(Surface *surface, PRectangle rc, ColourDesired fill, int alpha) { in SimpleAlphaRectangle() 1120 for (const PRectangle &rc : rectangles) { in DrawIndicator() local
|
/MusicPlayer2/scintilla/include/ |
H A D | Platform.h | 162 constexpr bool Contains(PRectangle rc) const noexcept { in Contains()
|
H A D | Scintilla.h | 1211 struct Sci_Rectangle rc; member
|
/MusicPlayer2/MusicPlayer2/ |
H A D | DrawCommon.cpp | 545 CRect rc{ CGdiPlusTool::GdiplusRectToCRect(rect) }; in DrawRoundRect() local
|