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

  /external/pdfium/core/fpdfapi/page/
cpdf_page.h 54 FX_FLOAT GetPageWidth() const { return m_PageWidth; }
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 41 FX_FLOAT GetPageWidth() const;
cpdfxfa_page.cpp 97 FX_FLOAT CPDFXFA_Page::GetPageWidth() const {
111 return m_pPDFPage->GetPageWidth();
  /external/pdfium/fpdfsdk/
fpdfview.cpp 679 return pPage ? pPage->GetPageWidth() : 0.0;
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 135 pPage->GetDisplayMatrix(0, 0, static_cast<int>(pPage->GetPageWidth()),
516 const int32_t nPageWidth = static_cast<int32_t>(m_pPage->GetPageWidth());
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 537 rcPageView.right = pData->pWidget->GetPDFPage()->GetPageWidth();
    [all...]

Completed in 309 milliseconds