Searched defs:GetDisplayMatrix (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp154 void CPDF_ReflowedPage::GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) function in class:CPDF_ReflowedPage
312 m_pPDFPage->GetDisplayMatrix(matrix, 0, 0, (int)(m_pPDFPage->GetPageWidth()), (int)(m_pPDFPage->GetPageHeight()), 0);
394 pPage->GetDisplayMatrix(matrix, 0, 0, (int)(pPage->GetPageWidth()), (int)(pPage->GetPageHeight()), 0);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp990 void CPDF_Page::GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos, function in class:CPDF_Page

Completed in 350 milliseconds