Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffwidgethandler.cpp53 dwFlags, hWidget->Rotate2Normal(point), FWL_MouseCommand::LeftButtonDown); in OnLButtonDown()
59 bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDown()
71 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonUp()
80 return hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point)); in OnLButtonDblClk()
86 return hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point)); in OnMouseMove()
93 return hWidget->OnMouseWheel(dwFlags, hWidget->Rotate2Normal(point), delta); in OnMouseWheel()
99 if (!hWidget->AcceptsFocusOnButtonDown(dwFlags, hWidget->Rotate2Normal(point), in OnRButtonDown()
107 return hWidget->OnRButtonDown(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonDown()
113 return hWidget->OnRButtonUp(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonUp()
119 return hWidget->OnRButtonDblClk(dwFlags, hWidget->Rotate2Normal(point)); in OnRButtonDblClk()
[all …]
H A Dcxfa_ffwidget.h164 CFX_PointF Rotate2Normal(const CFX_PointF& point);
H A Dcxfa_ffwidget.cpp536 CFX_PointF CXFA_FFWidget::Rotate2Normal(const CFX_PointF& point) { in Rotate2Normal() function in CXFA_FFWidget
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A 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 …]
H A Dcxfa_ffwidget.h165 CFX_PointF Rotate2Normal(const CFX_PointF& point);
H A Dcxfa_ffwidget.cpp549 CFX_PointF CXFA_FFWidget::Rotate2Normal(const CFX_PointF& point) { in Rotate2Normal() function in CXFA_FFWidget
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidgethandler.cpp45 hWidget->Rotate2Normal(fx, fy); in OnLButtonDown()
61 hWidget->Rotate2Normal(fx, fy); in OnLButtonUp()
73 hWidget->Rotate2Normal(fx, fy); in OnLButtonDblClk()
83 hWidget->Rotate2Normal(fx, fy); in OnMouseMove()
94 hWidget->Rotate2Normal(fx, fy); in OnMouseWheel()
104 hWidget->Rotate2Normal(fx, fy); in OnRButtonDown()
118 hWidget->Rotate2Normal(fx, fy); in OnRButtonUp()
128 hWidget->Rotate2Normal(fx, fy); in OnRButtonDblClk()
165 hWidget->Rotate2Normal(fx, fy); in OnHitTest()
172 hWidget->Rotate2Normal(fx, fy); in OnSetCursor()
H A Dxfa_ffwidget.cpp319 void CXFA_FFWidget::Rotate2Normal(FX_FLOAT& fx, FX_FLOAT& fy) { in Rotate2Normal() function in CXFA_FFWidget
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/include/
H A Dxfa_ffwidget.h121 void Rotate2Normal(FX_FLOAT& fx, FX_FLOAT& fy);