Home
last modified time | relevance | path

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

/reactos/base/applications/mspaint/
H A Dcanvas.cpp315 HITTEST hitSelection = selectionModel.hitTest(pt); in OnButtonDown() local
316 if (hitSelection != HIT_NONE) in OnButtonDown()
606 HITTEST hitSelection = selectionModel.hitTest(pt); in OnSetCursor() local
607 if (hitSelection != HIT_NONE) in OnSetCursor()
609 if (!setCursorOnSizeBox(hitSelection)) in OnSetCursor()