Home
last modified time | relevance | path

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

/reactos/base/applications/mspaint/
H A Dcanvas.cpp16 , m_hitCanvasSizeBox(HIT_NONE) in CCanvasWindow()
201 if (m_hitCanvasSizeBox != HIT_NONE && !m_rcResizing.IsRectEmpty()) in DoDraw()
316 if (hitSelection != HIT_NONE) in OnButtonDown()
327 if (hit == HIT_NONE || hit == HIT_BORDER) in OnButtonDown()
432 if (m_hitCanvasSizeBox == HIT_NONE || ::GetCapture() != m_hWnd) in OnMouseMove()
532 if (m_hitCanvasSizeBox == HIT_NONE || !bLeftButton) in OnButtonUp()
572 m_hitCanvasSizeBox = HIT_NONE; in OnButtonUp()
607 if (hitSelection != HIT_NONE) in OnSetCursor()
656 m_hitCanvasSizeBox = HIT_NONE; in OnKeyDown()
667 m_hitCanvasSizeBox = HIT_NONE; in OnCancelMode()
H A Dmouse.cpp380 HITTEST m_hitSelection = HIT_NONE;
410 m_hitSelection = HIT_NONE; in OnButtonDown()
424 if (hit != HIT_NONE) // Dragging of selection started? in OnButtonDown()
463 if (m_hitSelection != HIT_NONE) // Now dragging selection? in OnMouseMove()
495 if (m_hitSelection != HIT_NONE) // Dragging of selection ended? in OnButtonUp()
501 m_hitSelection = HIT_NONE; in OnButtonUp()
543 m_hitSelection = HIT_NONE; in OnEndDraw()
H A Dprecomp.h56 HIT_NONE = 0, // Nothing hit or outside enumerator
H A Dsizebox.cpp85 return HIT_NONE; in getSizeBoxHitTest()
H A Dselectionmodel.cpp354 case HIT_NONE: in Dragging()
465 return HIT_NONE; in hitTest()
H A Dtextedit.cpp27 case HIT_NONE: return HTNOWHERE; in DoHitTest()