Lines Matching defs:subLine

653 			const int subLine = ll->SubLineFromPosition(posInLine, pe);  in LocationFromPosition()  local
685 const int subLine = static_cast<int>(lineVisible - lineStartSet); in RangeDisplayLine() local
716 const int subLine = static_cast<int>(visibleLine - lineStartSet); in SPositionFromLocation() local
790 for (int subLine = 0; subLine < ll->lines; subLine++) { in DisplayFromPosition() local
808 for (int subLine = 0; subLine < ll->lines; subLine++) { in StartEndDisplayLine() local
904 …(Surface *surface, const ViewStyle &vsDraw, const LineLayout *ll, PRectangle rcLine, int subLine) { in DrawCaretLineFramed()
929 …PRectangle 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 …, const LineLayout *ll, Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR … in DrawEOLAnnotationText()
1379 Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase) { in DrawAnnotation()
1437int subLine, int xStart, Sci::Position offset, Sci::Position posCaret, PRectangle rcCaret, ColourD… in DrawBlockCaret()
1643 int subLine, ColourOptional background) const { in DrawBackground()
1755 …Sci::Line line, PRectangle rcLine, int subLine, Range lineRange, int xStart, int tabWidthMinimumPi… in DrawTranslucentSelection()
1821 Sci::Line line, PRectangle rcLine, int subLine) { in DrawTranslucentLineState()
1855 int subLine, ColourOptional background) { in DrawForeground()
2049 Sci::Line line, Sci::Line lineVisible, PRectangle rcLine, int xStart, int subLine) { in DrawIndentGuidesOverEmpty()
2103 …Sci::Line line, Sci::Line lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase… in DrawLine()
2283 const int subLine = static_cast<int>(visibleLine - lineStartSet); in PaintText() local