Searched defs:GetPageIndex (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_containerlayoutitem.cpp23 int32_t CXFA_ContainerLayoutItem::GetPageIndex() const { function in class:CXFA_ContainerLayoutItem
27 ->GetPageIndex(this);
H A Dcxfa_layoutpagemgr.cpp752 int32_t CXFA_LayoutPageMgr::GetPageIndex( function in class:CXFA_LayoutPageMgr
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.h30 int GetPageIndex() const { return m_iPageIndex; } function in class:CPDFXFA_Page
/external/pdfium/core/fpdfdoc/
H A Dcpdf_dest.cpp41 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) const { function in class:CPDF_Dest
53 return pDoc->GetPageIndex(pPage->GetObjNum());
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_pageview.cpp481 int CPDFSDK_PageView::GetPageIndex() const { function in class:CPDFSDK_PageView
489 return pPageView ? pPageView->GetPageIndex() : -1;
526 return (pDoc && pDict) ? pDoc->GetPageIndex(pDict->GetObjNum()) : -1;
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.cpp569 int CPDF_Document::GetPageIndex(uint32_t objnum) { function in class:CPDF_Document

Completed in 188 milliseconds