Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp132 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum()); in GetWidget() local
133 if (nPageIndex >= 0) in GetWidget()
134 pPage = m_pFormFillEnv->GetPageView(nPageIndex); in GetWidget()
138 int nPageIndex = GetPageIndexByAnnotDict(pDocument, pControlDict); in GetWidget() local
139 if (nPageIndex >= 0) in GetWidget()
140 pPage = m_pFormFillEnv->GetPageView(nPageIndex); in GetWidget()
Dfsdk_actionhandler.cpp422 int nPageIndex = MyDest.GetPageIndex(pPDFDocument); in DoAction_GoTo() local
430 pFormFillEnv->DoGoToAction(nPageIndex, nFitType, posArray.data(), in DoAction_GoTo()
Dcpdfsdk_formfillenvironment.h107 void DoGoToAction(int nPageIndex,
Dcpdfsdk_formfillenvironment.cpp317 void CPDFSDK_FormFillEnvironment::DoGoToAction(int nPageIndex, in DoGoToAction() argument
322 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, in DoGoToAction()
/external/pdfium/public/
Dfpdf_formfill.h583 int nPageIndex);
711 int nPageIndex,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp100 int32_t nPageIndex) { in SyncContainer() argument
116 pNotify->OnLayoutItemAdded(pDocLayout, pContainerItem, nPageIndex, dwStatus); in SyncContainer()
121 bVisibleItem, nPageIndex); in SyncContainer()