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

/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp582 int nPageIndex = MyDest.GetPageIndex(pPDFDocument); local
597 pApp->FFI_DoGoToAction(nPageIndex, nFitType, pPosAry, sizeOfAry);
H A Dfsdk_baseform.cpp1768 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum()); local
1769 if (nPageIndex >= 0)
1771 pPage = m_pDocument->GetPageView(nPageIndex);
1777 int nPageIndex = GetPageIndexByAnnotDict(pDocument, pControlDict); local
1778 if (nPageIndex >= 0)
1780 pPage = m_pDocument->GetPageView(nPageIndex);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h286 virtual FPDF_PAGE FFI_GetPage(FPDF_DOCUMENT document,int nPageIndex) argument
290 return m_pInfo->FFI_GetPage(m_pInfo, document, nPageIndex);
335 void FFI_DoGoToAction(int nPageIndex, int zoomMode, float* fPosArray, int sizeOfArray) argument
339 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, sizeOfArray);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp4123 void Field::AddField(CPDFSDK_Document* pDocument, int nPageIndex, int nFieldType, argument

Completed in 3242 milliseconds