HomeSort by relevance Sort by last modified time
    Searched refs:Rotate2Normal (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_ffwidgethandler.cpp 50 bool bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point));
65 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point));
74 bool bRet = hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point));
82 bool bRet = hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point));
92 hWidget->OnMouseWheel(dwFlags, zDelta, hWidget->Rotate2Normal(point));
100 bool bRet = hWidget->OnRButtonDown(dwFlags, hWidget->Rotate2Normal(point));
112 bool bRet = hWidget->OnRButtonUp(dwFlags, hWidget->Rotate2Normal(point));
120 bool bRet = hWidget->OnRButtonDblClk(dwFlags, hWidget->Rotate2Normal(point));
169 return hWidget->OnHitTest(hWidget->Rotate2Normal(point));
174 return hWidget->OnSetCursor(hWidget->Rotate2Normal(point))
    [all...]
cxfa_ffwidget.h 139 CFX_PointF Rotate2Normal(const CFX_PointF& point);
cxfa_ffwidget.cpp 515 CFX_PointF CXFA_FFWidget::Rotate2Normal(const CFX_PointF& point) {

Completed in 55 milliseconds