Searched defs:lineTop (Results 1 – 2 of 2) sorted by relevance
149 const int lineTop = static_cast<int>(rcLine.top) + 1; in Draw() local
1613 void Document::Indent(bool forwards, Sci::Line lineBottom, Sci::Line lineTop) { in Indent()