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

  /external/pdfium/core/include/reflow/
reflowengine.h 24 virtual FX_FLOAT GetPageHeight() = 0;
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 165 FX_FLOAT GetPageHeight() const
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 206 FX_FLOAT CPDF_ReflowedPage::GetPageHeight()
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 173 FX_FLOAT GetPageHeight() ;
autoreflow.cpp 148 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();
layoutprocessor_reflow.cpp 75 FX_FLOAT h = pRFPage->GetPageHeight();
    [all...]
  /frameworks/base/core/jni/android/graphics/pdf/
PdfRenderer.cpp 206 matrix.Set(1, 0, 0, -1, 0, pPage->GetPageHeight());
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 718 matrix.Set(0, -1, 1, 0, 0, page.GetPageHeight());
720 matrix.Set(-1, 0, 0, -1, page.GetPageWidth(), page.GetPageHeight());
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);
937 const FX_INT32 nPageHeight = (FX_INT32)((CPDF_Page*)m_pPage)->GetPageHeight();
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 421 return ((CPDF_Page*)page)->GetPageHeight();
856 *height = page.GetPageHeight();
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 733 rcPageView.bottom = pData->pWidget->GetPDFPage()->GetPageHeight();

Completed in 621 milliseconds