Searched defs:halfScreen (Results 1 – 1 of 1) sorted by relevance
1169 const Sci::Line halfScreen = std::max(linesOnScreen - 1, static_cast<Sci::Line>(2)) / 2; in XYScrollToMakeVisible() local1268 const int halfScreen = std::max(static_cast<int>(rcClient.Width()) - 4, 4) / 2; in XYScrollToMakeVisible() local