Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DIndicator.cxx149 const int lineTop = static_cast<int>(rcLine.top) + 1; in Draw() local
H A DDocument.cxx1613 void Document::Indent(bool forwards, Sci::Line lineBottom, Sci::Line lineTop) { in Indent()