HomeSort by relevance Sort by last modified time
    Searched refs:GetDisplayMatrix (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/include/reflow/
reflowengine.h 23 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/
fpdf_page.h 157 void GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos,
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 154 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)
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);
reflowedpage.h 171 void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix);
autoreflow.cpp 149 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);
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 210 pPage->GetDisplayMatrix(matrix, destLeft, destTop, destRight - destLeft,
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 676 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);
fpdfformfill.cpp 217 pPage->GetDisplayMatrix(matrix, start_x, start_y, size_x, size_y, rotate);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 990 void CPDF_Page::GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos,
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp 81 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);
    [all...]

Completed in 211 milliseconds