Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffwidgethandler.cpp47 dwFlags, hWidget->Rotate2Normal(point), in OnLButtonDown()
55 return hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDown()
63 return hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonUp()
69 return hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDblClk()
75 return hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point)); in OnMouseMove()
82 return hWidget->OnMouseWheel(dwFlags, hWidget->Rotate2Normal(point), delta); in OnMouseWheel()
89 dwFlags, hWidget->Rotate2Normal(point), in OnRButtonDown()
97 return hWidget->OnRButtonDown(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonDown()
103 return hWidget->OnRButtonUp(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonUp()
109 return hWidget->OnRButtonDblClk(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonDblClk()
[all …]
Dcxfa_ffwidget.h183 CFX_PointF Rotate2Normal(const CFX_PointF& point);
Dcxfa_ffwidget.cpp503 CFX_PointF CXFA_FFWidget::Rotate2Normal(const CFX_PointF& point) { in Rotate2Normal() function in CXFA_FFWidget