Home
last modified time | relevance | path

Searched refs:nPageIndex (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp141 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum()); in GetWidget() local
142 if (nPageIndex >= 0) in GetWidget()
143 pPage = m_pFormFillEnv->GetPageView(nPageIndex); in GetWidget()
147 int nPageIndex = GetPageIndexByAnnotDict(pDocument, pControlDict); in GetWidget() local
148 if (nPageIndex >= 0) in GetWidget()
149 pPage = m_pFormFillEnv->GetPageView(nPageIndex); in GetWidget()
Dcpdfsdk_actionhandler.cpp257 int nPageIndex = MyDest.GetDestPageIndex(pPDFDocument); in DoAction_GoTo() local
265 pFormFillEnv->DoGoToAction(nPageIndex, nFitType, posArray.data(), in DoAction_GoTo()
Dcpdfsdk_formfillenvironment.h95 void DoGoToAction(int nPageIndex,
Dcpdfsdk_formfillenvironment.cpp391 void CPDFSDK_FormFillEnvironment::DoGoToAction(int nPageIndex, in DoGoToAction() argument
396 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, in DoGoToAction()
/external/pdfium/public/
Dfpdf_formfill.h574 int nPageIndex);
709 int nPageIndex,
/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.cpp134 int32_t nPageIndex) { in SyncContainer() argument
151 pNotify->OnLayoutItemAdded(pDocLayout, pViewItem, nPageIndex, dwStatus); in SyncContainer()
156 bVisibleItem, nPageIndex); in SyncContainer()