Searched refs:iRotate (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffpageview.cpp | 32 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()
|
D | cxfa_ffwidget.cpp | 524 int32_t iRotate = m_pNode->GetRotate(); in GetRotateMatrix() local 525 if (!iRotate) in GetRotateMatrix() 530 switch (iRotate) { in GetRotateMatrix()
|
D | cxfa_ffpageview.h | 28 CFX_Matrix GetDisplayMatrix(const CFX_Rect& rtDisp, int32_t iRotate) const;
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_page.cpp | 171 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()
|
D | cpdfxfa_page.h | 64 int iRotate) const;
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_page.cpp | 128 int iRotate) const { in GetDisplayMatrix() 138 iRotate %= 4; in GetDisplayMatrix() 139 switch (iRotate) { in GetDisplayMatrix()
|
D | cpdf_page.h | 40 int iRotate) const;
|