Home
last modified time | relevance | path

Searched refs:iRotate (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp32 int32_t iRotate, in GetPageMatrix() argument
34 ASSERT(iRotate >= 0 && iRotate <= 3); in GetPageMatrix()
39 if (iRotate == 0 || iRotate == 2) { in GetPageMatrix()
46 m.Rotate(iRotate * 1.57079632675f); in GetPageMatrix()
47 switch (iRotate) { in GetPageMatrix()
126 int32_t iRotate) const { in GetDisplayMatrix()
127 return GetPageMatrix(CFX_RectF(0, 0, GetPageSize()), rtDisp, iRotate, 0); in GetDisplayMatrix()
Dcxfa_ffwidget.cpp524 int32_t iRotate = m_pNode->GetRotate(); in GetRotateMatrix() local
525 if (!iRotate) in GetRotateMatrix()
530 switch (iRotate) { in GetRotateMatrix()
Dcxfa_ffpageview.h28 CFX_Matrix GetDisplayMatrix(const CFX_Rect& rtDisp, int32_t iRotate) const;
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.cpp171 int iRotate) const { in GetDisplayMatrix()
180 return m_pPDFPage->GetDisplayMatrix(xPos, yPos, xSize, ySize, iRotate); in GetDisplayMatrix()
184 CFX_Rect(xPos, yPos, xSize, ySize), iRotate); in GetDisplayMatrix()
Dcpdfxfa_page.h64 int iRotate) const;
/external/pdfium/core/fpdfapi/page/
Dcpdf_page.cpp128 int iRotate) const { in GetDisplayMatrix()
138 iRotate %= 4; in GetDisplayMatrix()
139 switch (iRotate) { in GetDisplayMatrix()
Dcpdf_page.h40 int iRotate) const;