Searched refs:GetPageMatrix (Results 1 – 4 of 4) sorted by relevance
75 const CFX_Matrix& GetPageMatrix() const { return m_PageMatrix; } in GetPageMatrix() function
31 CFX_Matrix GetPageMatrix(const CFX_RectF& docPageRect, in GetPageMatrix() function261 return GetPageMatrix(CFX_RectF(0, 0, pItem->GetPageSize()), rtDisp, iRotate); in GetDisplayMatrix()
219 CFX_Matrix GetPageMatrix(const CPDF_Page* pPage) { in GetPageMatrix() function286 : m_pPage(pPage), m_rtl(rtl), m_DisplayMatrix(GetPageMatrix(pPage)) { in CPDF_TextPage()
620 pNewXObjectDict->SetMatrixFor("Matrix", pSrcPage->GetPageMatrix()); in MakeXObjectFromPageRaw()