Searched refs:GetPageHeight (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/include/reflow/
H A Dreflowengine.h24 virtual FX_FLOAT GetPageHeight() = 0;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h165 FX_FLOAT GetPageHeight() const function in class:CPDF_Page
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp206 FX_FLOAT CPDF_ReflowedPage::GetPageHeight() 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 Dautoreflow.cpp148 FX_FLOAT height = m_pPDFPage->GetPageHeight();
149 m_pPDFPage->GetDisplayMatrix(m_PDFDisplayMatrix, 0, 0, (int)(m_pPDFPage->GetPageWidth()), (int)(m_pPDFPage->GetPageHeight()), 0);
491 FX_FLOAT PDFHeight = m_pPDFPage->GetPageHeight();
H A Dreflowedpage.h173 FX_FLOAT GetPageHeight() ;
H A Dlayoutprocessor_reflow.cpp75 FX_FLOAT h = pRFPage->GetPageHeight();
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp718 matrix.Set(0, -1, 1, 0, 0, page.GetPageHeight());
720 matrix.Set(-1, 0, 0, -1, page.GetPageWidth(), page.GetPageHeight());
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);
937 const FX_INT32 nPageHeight = (FX_INT32)((CPDF_Page*)m_pPage)->GetPageHeight();
/external/pdfium/fpdfsdk/src/
H A Dfpdfview.cpp421 return ((CPDF_Page*)page)->GetPageHeight();
856 *height = page.GetPageHeight();
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp733 rcPageView.bottom = pData->pWidget->GetPDFPage()->GetPageHeight();

Completed in 156 milliseconds