Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffwidgethandler.cpp51 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()
[all …]
Dcxfa_ffwidget.h165 CFX_PointF Rotate2Normal(const CFX_PointF& point);
Dcxfa_ffwidget.cpp556 CFX_PointF CXFA_FFWidget::Rotate2Normal(const CFX_PointF& point) { in Rotate2Normal() function in CXFA_FFWidget