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

/external/pdfium/core/include/reflow/
H A Dreflowengine.h25 virtual FX_FLOAT GetPageWidth() = 0;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h160 FX_FLOAT GetPageWidth() const function in class:CPDF_Page
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp312 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 Dautoreflow.cpp147 FX_FLOAT width = m_pPDFPage->GetPageWidth();
149 m_pPDFPage->GetDisplayMatrix(m_PDFDisplayMatrix, 0, 0, (int)(m_pPDFPage->GetPageWidth()), (int)(m_pPDFPage->GetPageHeight()), 0);
490 FX_FLOAT PDFWidth = m_pPDFPage->GetPageWidth();
H A Dreflowedpage.h174 FX_FLOAT GetPageWidth() function in class:CPDF_ReflowedPage
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp720 matrix.Set(-1, 0, 0, -1, page.GetPageWidth(), page.GetPageHeight());
722 matrix.Set(0, 1, -1, 0, page.GetPageWidth(), 0);
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);
936 const FX_INT32 nPageWidth = (FX_INT32)((CPDF_Page*)m_pPage)->GetPageWidth();
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp415 return ((CPDF_Page*)page)->GetPageWidth();
855 *width = page.GetPageWidth();
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp732 rcPageView.right = pData->pWidget->GetPDFPage()->GetPageWidth();

Completed in 795 milliseconds