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

/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp565 int nPageIndex = MyDest.GetPageIndex(pPDFDocument); local
580 pApp->FFI_DoGoToAction(nPageIndex, nFitType, pPosAry, sizeOfAry);
H A Dfsdk_baseform.cpp1759 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum()); local
1760 if (nPageIndex >= 0)
1762 pPage = m_pDocument->GetPageView(nPageIndex);
1768 int nPageIndex = GetPageIndexByAnnotDict(pDocument, pControlDict); local
1769 if (nPageIndex >= 0)
1771 pPage = m_pDocument->GetPageView(nPageIndex);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h275 FPDF_PAGE FFI_GetPage(FPDF_DOCUMENT document,int nPageIndex) argument
279 return m_pInfo->FFI_GetPage(m_pInfo, document, nPageIndex);
324 void FFI_DoGoToAction(int nPageIndex, int zoomMode, float* fPosArray, int sizeOfArray) argument
328 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, sizeOfArray);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp4110 void Field::AddField(CPDFSDK_Document* pDocument, int nPageIndex, int nFieldType, argument

Completed in 105 milliseconds