Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditor.cxx1370 const int maxOffset = static_cast<int>(ptAnchor.x + xOffset - rcClient.left) - 1; in XYScrollToMakeVisible() local
1377 const int maxOffset = static_cast<int>(pt.x + xOffset - rcClient.left) - 1; in XYScrollToMakeVisible() local