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

  /external/pdfium/core/fpdfapi/page/
cpdf_page.h 42 float GetPageWidth() const { return m_PageWidth; }
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 38 float GetPageWidth() const;
cpdfxfa_page.cpp 88 float CPDFXFA_Page::GetPageWidth() const {
97 return m_pPDFPage->GetPageWidth();
  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.cpp 56 if (rect.left + popupRect.Width() > pPage->GetPageWidth() &&
65 std::min(rect.left, pPage->GetPageWidth() - popupRect.Width()),
  /external/pdfium/fpdfsdk/
fpdfview.cpp 721 return pPage ? pPage->GetPageWidth() : 0.0;
756 double page_width = pPage->GetPageWidth();
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 145 pPage->GetDisplayMatrix(0, 0, static_cast<int>(pPage->GetPageWidth()),
487 const int32_t nPageWidth = static_cast<int32_t>(m_pPage->GetPageWidth());
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 548 CFX_FloatRect rcPageView(0, pPage->GetPageHeight(), pPage->GetPageWidth(), 0);

Completed in 524 milliseconds