Home
last modified time | relevance | path

Searched defs:nPageIndex (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h275 FPDF_PAGE FFI_GetPage(FPDF_DOCUMENT document,int nPageIndex) in FFI_GetPage()
324 void FFI_DoGoToAction(int nPageIndex, int zoomMode, float* fPosArray, int sizeOfArray) in FFI_DoGoToAction()
/external/pdfium/fpdfsdk/src/
Dfsdk_actionhandler.cpp565 int nPageIndex = MyDest.GetPageIndex(pPDFDocument); in DoAction_GoTo() local
Dfsdk_baseform.cpp1759 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum()); in GetWidget() local
1768 int nPageIndex = GetPageIndexByAnnotDict(pDocument, pControlDict); in GetWidget() local
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp4110 void Field::AddField(CPDFSDK_Document* pDocument, int nPageIndex, int nFieldType, in AddField()