Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditor.cxx1169 const Sci::Line halfScreen = std::max(linesOnScreen - 1, static_cast<Sci::Line>(2)) / 2; in XYScrollToMakeVisible() local
1268 const int halfScreen = std::max(static_cast<int>(rcClient.Width()) - 4, 4) / 2; in XYScrollToMakeVisible() local