Searched refs:iRotate (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffpageview.cpp | 33 int32_t iRotate) { in GetPageMatrix() argument 34 DCHECK(iRotate >= 0); in GetPageMatrix() 35 DCHECK(iRotate <= 3); in GetPageMatrix() 38 if (iRotate == 0 || iRotate == 2) { in GetPageMatrix() 45 m.Rotate(iRotate * 1.57079632675f); in GetPageMatrix() 46 switch (iRotate) { in GetPageMatrix() 256 int32_t iRotate) const { in GetDisplayMatrix() 261 return GetPageMatrix(CFX_RectF(0, 0, pItem->GetPageSize()), rtDisp, iRotate); in GetDisplayMatrix()
|
D | cxfa_ffpageview.h | 38 CFX_Matrix GetDisplayMatrix(const FX_RECT& rtDisp, int32_t iRotate) const;
|
D | cxfa_ffwidget.cpp | 541 int32_t iRotate = m_pNode->GetRotate(); in GetRotateMatrix() local 542 if (!iRotate) in GetRotateMatrix() 547 switch (iRotate) { in GetRotateMatrix()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_page.cpp | 123 CFX_Matrix CPDF_Page::GetDisplayMatrix(const FX_RECT& rect, int iRotate) const { in GetDisplayMatrix() 133 iRotate %= 4; in GetDisplayMatrix() 140 switch (iRotate) { in GetDisplayMatrix()
|
D | ipdf_page.h | 36 int iRotate) const = 0;
|
D | cpdf_page.h | 60 CFX_Matrix GetDisplayMatrix(const FX_RECT& rect, int iRotate) const override;
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_page.cpp | 200 int iRotate) const { in GetDisplayMatrix() 211 return m_pPDFPage->GetDisplayMatrix(rect, iRotate); in GetDisplayMatrix() 215 return pPageView->GetDisplayMatrix(rect, iRotate); in GetDisplayMatrix()
|
D | cpdfxfa_page.h | 34 CFX_Matrix GetDisplayMatrix(const FX_RECT& rect, int iRotate) const override;
|