Home
last modified time | relevance | path

Searched refs:GetRotateMatrix (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffexclgroup.cpp24 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_fwladapterwidgetmgr.cpp34 pFFWidget->GetRotateMatrix().TransformRect(rtAnchor); in GetPopupPos()
Dcxfa_ffarc.cpp30 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffrectangle.cpp30 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffimage.cpp41 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffsignature.cpp30 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffline.cpp113 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffimageedit.cpp58 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_fftext.cpp31 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffpushbutton.cpp40 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffwidget.h77 CFX_Matrix GetRotateMatrix() override;
Dcxfa_ffwidget.cpp557 CFX_Matrix mt = GetRotateMatrix(); in Rotate2Normal()
564 CFX_Matrix CXFA_FFWidget::GetRotateMatrix() { in GetRotateMatrix() function in CXFA_FFWidget
Dcxfa_ffbarcode.cpp168 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffcheckbutton.cpp234 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_fffield.cpp62 return GetRotateMatrix().TransformRect(m_rtUI); in GetBBox()
74 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
/external/pdfium/xfa/fwl/
Dcfwl_widget.h57 virtual CFX_Matrix GetRotateMatrix() = 0;
Dcfwl_edit.cpp921 CFX_RectF rt = pXFAWidget->GetRotateMatrix().TransformRect(*pRect); in ShowCaret()