Home
last modified time | relevance | path

Searched refs:ptMin (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx3010 const POINT ptMin = MinTrackSize(); in ResizeToCursor() local
3013 rc.left = std::clamp(rc.left, rcPreSize.right - ptMax.x, rcPreSize.right - ptMin.x); in ResizeToCursor()
3014 rc.top = std::clamp(rc.top, rcPreSize.bottom - ptMax.y, rcPreSize.bottom - ptMin.y); in ResizeToCursor()
3015 rc.right = std::clamp(rc.right, rcPreSize.left + ptMin.x, rcPreSize.left + ptMax.x); in ResizeToCursor()
3016 rc.bottom = std::clamp(rc.bottom, rcPreSize.top + ptMin.y, rcPreSize.top + ptMax.y); in ResizeToCursor()