Searched defs:newTop (Results 1 – 1 of 1) sorted by relevance
1004 const Sci::Line newTop = lineDisplay - (LinesOnScreen() / 2); in VerticalCentreCaret() local2675 const Sci::Line newTop = std::clamp<Sci::Line>(topLine + mh.linesAdded, 0, MaxScrollPos()); in NotifyModified() local