Home
last modified time | relevance | path

Searched defs:lastLine (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DMarginView.cxx249 const Sci::Line lastLine = model.pcs->DocFromDisplay(topLine + model.LinesOnScreen()) + 1; in PaintMargin() local
H A DDocument.cxx503 Sci::Line Document::GetLastChild(Sci::Line lineParent, int level, Sci::Line lastLine) { in GetLastChild()
545 …etHighlightDelimiters(HighlightDelimiter &highlightDelimiter, Sci::Line line, Sci::Line lastLine) { in GetHighlightDelimiters()