Home
last modified time | relevance | path

Searched defs:rcLine (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditView.cxx904 …ed(Surface *surface, const ViewStyle &vsDraw, const LineLayout *ll, PRectangle rcLine, int subLine… in DrawCaretLineFramed()
929PRectangle rcLine, Sci::Line line, Sci::Position lineEnd, int xStart, int subLine, XYACCUMULATOR s… in DrawEOL()
1090 …const LineLayout *ll, int xStart, PRectangle rcLine, Sci::Position secondCharacter, int subLine, I… in DrawIndicator()
1135 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, Sci::Position lineEnd, bool under, int… in DrawIndicators()
1193 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase … in DrawFoldDisplayText()
1285 …iewStyle &vsDraw, const LineLayout *ll, Sci::Line line, int xStart, PRectangle rcLine, int subLine… in DrawEOLAnnotationText()
1379 Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase) { in DrawAnnotation()
1503 Sci::Line lineDoc, int xStart, PRectangle rcLine, int subLine) const { in DrawCarets()
1607 int xStart, PRectangle rcLine, ColourOptional background, DrawWrapMarkerFn customDrawWrapMarker, in DrawWrapIndentAndMarker()
1642 PRectangle rcLine, Range lineRange, Sci::Position posLineStart, int xStart, in DrawBackground()
[all …]
H A DIndicator.cxx32 void Indicator::Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine, const PRecta… in Draw() argument
H A DEditor.cxx514 PRectangle rcLine = RectangleFromRange(Range(pdoc->LineStart(line)), 0); in RedrawSelMargin() local