Searched refs:nPageIndex (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interactiveform.cpp | 141 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()
|
D | cpdfsdk_actionhandler.cpp | 257 int nPageIndex = MyDest.GetDestPageIndex(pPDFDocument); in DoAction_GoTo() local 265 pFormFillEnv->DoGoToAction(nPageIndex, nFitType, posArray.data(), in DoAction_GoTo()
|
D | cpdfsdk_formfillenvironment.h | 95 void DoGoToAction(int nPageIndex,
|
D | cpdfsdk_formfillenvironment.cpp | 391 void CPDFSDK_FormFillEnvironment::DoGoToAction(int nPageIndex, in DoGoToAction() argument 396 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, in DoGoToAction()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 574 int nPageIndex); 709 int nPageIndex,
|
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_viewlayoutprocessor.cpp | 134 int32_t nPageIndex) { in SyncContainer() argument 151 pNotify->OnLayoutItemAdded(pDocLayout, pViewItem, nPageIndex, dwStatus); in SyncContainer() 156 bVisibleItem, nPageIndex); in SyncContainer()
|