Home
last modified time | relevance | path

Searched refs:GetPageMatrix (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_page.h75 const CFX_Matrix& GetPageMatrix() const { return m_PageMatrix; } in GetPageMatrix() function
/external/pdfium/xfa/fxfa/
Dcxfa_ffpageview.cpp31 CFX_Matrix GetPageMatrix(const CFX_RectF& docPageRect, in GetPageMatrix() function
261 return GetPageMatrix(CFX_RectF(0, 0, pItem->GetPageSize()), rtDisp, iRotate); in GetDisplayMatrix()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp219 CFX_Matrix GetPageMatrix(const CPDF_Page* pPage) { in GetPageMatrix() function
286 : m_pPage(pPage), m_rtl(rtl), m_DisplayMatrix(GetPageMatrix(pPage)) { in CPDF_TextPage()
/external/pdfium/fpdfsdk/
Dfpdf_ppo.cpp620 pNewXObjectDict->SetMatrixFor("Matrix", pSrcPage->GetPageMatrix()); in MakeXObjectFromPageRaw()