Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgethandler.cpp45 bool bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDown()
60 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonUp()
69 bool bRet = hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDblClk()
77 bool bRet = hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point)); in OnMouseMove()
87 hWidget->OnMouseWheel(dwFlags, zDelta, hWidget->Rotate2Normal(point)); in OnMouseWheel()
95 bool bRet = hWidget->OnRButtonDown(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonDown()
107 bool bRet = hWidget->OnRButtonUp(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonUp()
115 bool bRet = hWidget->OnRButtonDblClk(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonDblClk()
149 return hWidget->OnHitTest(hWidget->Rotate2Normal(point)); in OnHitTest()
154 return hWidget->OnSetCursor(hWidget->Rotate2Normal(point)); in OnSetCursor()
Dxfa_ffwidget.cpp343 CFX_PointF CXFA_FFWidget::Rotate2Normal(const CFX_PointF& point) { in Rotate2Normal() function in CXFA_FFWidget
/external/pdfium/xfa/fxfa/
Dxfa_ffwidget.h121 CFX_PointF Rotate2Normal(const CFX_PointF& point);