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_ffrectangle.cpp30 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffarc.cpp30 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_fwladapterwidgetmgr.cpp37 pFFWidget->GetRotateMatrix().TransformRect(rtAnchor); in GetPopupPos()
Dcxfa_ffimage.cpp45 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffsignature.cpp31 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffline.cpp110 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_fftext.cpp29 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffimageedit.cpp67 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffwidget.cpp504 CFX_Matrix mt = GetRotateMatrix(); in Rotate2Normal()
511 CFX_Matrix CXFA_FFWidget::GetRotateMatrix() { in GetRotateMatrix() function in CXFA_FFWidget
Dcxfa_ffwidget.h94 CFX_Matrix GetRotateMatrix() override;
Dcxfa_ffpushbutton.cpp49 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffbarcode.cpp169 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_fffield.cpp75 return GetRotateMatrix().TransformRect(m_UIRect); in GetBBox()
87 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffcheckbutton.cpp241 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
/external/pdfium/xfa/fwl/
Dcfwl_widget.h77 virtual CFX_Matrix GetRotateMatrix() = 0;
Dcfwl_edit.cpp722 CFX_RectF rt = pXFAWidget->GetRotateMatrix().TransformRect(*pRect); in ShowCaret()