Searched defs:lineRange (Results 1 – 3 of 3) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | EditView.cxx | 1105 const Range lineRange = ll->SubLineRange(subLine, LineLayout::Scope::visibleOnly); in DrawIndicator() local 1642 PRectangle rcLine, Range lineRange, Sci::Position posLineStart, int xStart, in DrawBackground() 1715 Range lineRange, int xStart) { in DrawEdgeLine() 1755 …Sci::Line line, PRectangle rcLine, int subLine, Range lineRange, int xStart, int tabWidthMinimumPi… in DrawTranslucentSelection() 1854 Sci::Line lineVisible, PRectangle rcLine, Range lineRange, Sci::Position posLineStart, int xStart, in DrawForeground() 2115 const Range lineRange = ll->SubLineRange(subLine, LineLayout::Scope::visibleOnly); in DrawLine() local
|
H A D | PositionCache.h | 239 Range lineRange; variable
|
H A D | Document.cxx | 3073 const Range lineRange = resr.LineRange(line); in MatchOnLines() local
|