Home
last modified time | relevance | path

Searched refs:GetRotateMatrix (Results 1 – 16 of 16) 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_ffrectangle.cpp31 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffarc.cpp31 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffimage.cpp47 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffsignature.cpp29 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffline.cpp113 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffimageedit.cpp64 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_fftext.cpp33 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffwidget.h140 CFX_Matrix GetRotateMatrix();
Dcxfa_ffwidget.cpp516 CFX_Matrix mt = GetRotateMatrix(); in Rotate2Normal()
523 CFX_Matrix CXFA_FFWidget::GetRotateMatrix() { in GetRotateMatrix() function in CXFA_FFWidget
Dcxfa_ffpushbutton.cpp40 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffbarcode.cpp145 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_fffield.cpp59 return GetRotateMatrix().TransformRect(m_rtUI); in GetBBox()
68 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
Dcxfa_ffcheckbutton.cpp233 CFX_Matrix mtRotate = GetRotateMatrix(); in RenderWidget()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp1020 CFX_RectF rt = pXFAWidget->GetRotateMatrix().TransformRect(*pRect); in ShowCaret()