Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditView.cxx1105 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 DPositionCache.h239 Range lineRange; variable
H A DDocument.cxx3073 const Range lineRange = resr.LineRange(line); in MatchOnLines() local