Lines Matching refs:Rotate2Normal
51 dwFlags, hWidget->Rotate2Normal(point), FWL_MouseCommand::LeftButtonDown); in OnLButtonDown()
57 bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDown()
69 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonUp()
78 bool bRet = hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDblClk()
85 bool bRet = hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point)); in OnMouseMove()
94 hWidget->OnMouseWheel(dwFlags, zDelta, hWidget->Rotate2Normal(point)); in OnMouseWheel()
102 hWidget->AcceptsFocusOnButtonDown(dwFlags, hWidget->Rotate2Normal(point), in OnRButtonDown()
109 bRet = hWidget->OnRButtonDown(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonDown()
117 bool bRet = hWidget->OnRButtonUp(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonUp()
124 bool bRet = hWidget->OnRButtonDblClk(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonDblClk()
189 return pWidget->HitTest(pWidget->Rotate2Normal(point)); in HitTest()
194 return hWidget->OnSetCursor(hWidget->Rotate2Normal(point)); in OnSetCursor()