Home
last modified time | relevance | path

Searched defs:rc (Results 1 – 14 of 14) sorted by relevance

/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx695 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 DPlatWin.h22 RECT rc = { static_cast<LONG>(prc.left), static_cast<LONG>(prc.top), in RectFromPRectangle() local
H A DScintillaWin.cxx609 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 DIndicator.cxx26 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 DLineMarker.cxx84 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 DXPM.cxx76 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 DCallTip.cxx95 void DrawArrow(Scintilla::Surface *surface, const PRectangle &rc, bool upArrow, ColourDesired colou… in DrawArrow()
H A DMarginView.cxx181 void MarginView::PaintMargin(Surface *surface, Sci::Line topLine, PRectangle rc, PRectangle rcMargi… in PaintMargin()
H A DScintillaBase.cxx475 PRectangle rc = ct.CallTipStart(sel.MainCaret(), pt, in CallTipShow() local
H A DEditor.cxx332 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 DEditView.cxx120 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 DPlatform.h162 constexpr bool Contains(PRectangle rc) const noexcept { in Contains()
H A DScintilla.h1211 struct Sci_Rectangle rc; member
/MusicPlayer2/MusicPlayer2/
H A DDrawCommon.cpp545 CRect rc{ CGdiPlusTool::GdiplusRectToCRect(rect) }; in DrawRoundRect() local