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

/external/pdfium/core/fpdfapi/page/
H A Dcpdf_page.cpp123 CFX_Matrix CPDF_Page::GetDisplayMatrix(int xPos, function in class:CPDF_Page
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.cpp159 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate));
181 GetDisplayMatrix(start_x, start_y, size_x, size_y, rotate);
190 CFX_Matrix CPDFXFA_Page::GetDisplayMatrix(int xPos, function in class:CPDFXFA_Page
202 return m_pXFAPageView->GetDisplayMatrix(
210 return m_pPDFPage->GetDisplayMatrix(xPos, yPos, xSize, ySize, iRotate);
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffpageview.cpp131 CFX_Matrix CXFA_FFPageView::GetDisplayMatrix(const CFX_Rect& rtDisp, function in class:CXFA_FFPageView

Completed in 52 milliseconds