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

  /external/pdfium/xfa/fxfa/parser/
cxfa_containerlayoutitem.cpp 20 int32_t CXFA_ContainerLayoutItem::GetPageIndex() const {
24 ->GetPageIndex(this);
cxfa_layoutpagemgr.cpp 735 int32_t CXFA_LayoutPageMgr::GetPageIndex(
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_dest.cpp 21 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) {
33 return pDoc->GetPageIndex(pPage->GetObjNum());
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 33 int GetPageIndex() const { return m_iPageIndex; }
  /external/pdfium/fpdfsdk/
cpdfsdk_pageview.cpp 443 int CPDFSDK_PageView::GetPageIndex() const {
452 return pPageView ? pPageView->GetPageIndex() : -1;
491 return (pDoc && pDict) ? pDoc->GetPageIndex(pDict->GetObjNum()) : -1;
  /external/pdfium/core/fpdfapi/parser/
cpdf_document.cpp 568 int CPDF_Document::GetPageIndex(uint32_t objnum) {
    [all...]

Completed in 125 milliseconds