Searched refs:GetDisplayMatrix (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/core/include/reflow/
H A Dreflowengine.h23 virtual void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) = 0;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h157 void GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos,
/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);
H A Dreflowedpage.h171 void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix);
H A Dautoreflow.cpp149 m_pPDFPage->GetDisplayMatrix(m_PDFDisplayMatrix, 0, 0, (int)(m_pPDFPage->GetPageWidth()), (int)(m_pPDFPage->GetPageHeight()), 0);
492 m_pPDFPage->GetDisplayMatrix(m_PDFDisplayMatrix, 0, 0, (int)PDFWidth, (int)PDFHeight, 0);
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp676 pPage->GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate);
694 pPage->GetDisplayMatrix(page2device, start_x, start_y, size_x, size_y, rotate);
814 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate);
H A Dfpdfformfill.cpp217 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate);
/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
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp81 pPage->GetDisplayMatrix(m_DisplayMatrix, 0, 0, (int) pPage->GetPageWidth(), (int)pPage->GetPageHeight(), 0);
95 pPage->GetDisplayMatrix(m_DisplayMatrix, 0, 0, (int) pPage->GetPageWidth(), (int)pPage->GetPageHeight(), 0);

Completed in 1489 milliseconds