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

  /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);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 990 void CPDF_Page::GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos,
    [all...]

Completed in 217 milliseconds