Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditor.cxx1004 const Sci::Line newTop = lineDisplay - (LinesOnScreen() / 2); in VerticalCentreCaret() local
2675 const Sci::Line newTop = std::clamp<Sci::Line>(topLine + mh.linesAdded, 0, MaxScrollPos()); in NotifyModified() local