HomeSort by relevance Sort by last modified time
    Searched refs:nPageIndex (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/include/
fpdfformfill.h 426 * nPageIndex - Index number of the page. 0 for the first page.
433 FPDF_PAGE (*FFI_GetPage)(struct _FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document, int nPageIndex);
522 * nPageIndex - The index of the PDF page.
531 void (*FFI_DoGoToAction)(struct _FPDF_FORMFILLINFO* pThis, int nPageIndex, int zoomMode, float* fPosArray, int sizeofArray);
    [all...]
fsdk_mgr.h 286 virtual FPDF_PAGE FFI_GetPage(FPDF_DOCUMENT document,int nPageIndex)
290 return m_pInfo->FFI_GetPage(m_pInfo, document, nPageIndex);
335 void FFI_DoGoToAction(int nPageIndex, int zoomMode, float* fPosArray, int sizeOfArray)
339 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, sizeOfArray);
  /external/pdfium/fpdfsdk/src/
fsdk_actionhandler.cpp 582 int nPageIndex = MyDest.GetPageIndex(pPDFDocument);
597 pApp->FFI_DoGoToAction(nPageIndex, nFitType, pPosAry, sizeOfAry);
fsdk_baseform.cpp     [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 219 static void AddField(CPDFSDK_Document* pDocument, int nPageIndex, int nFieldType,
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 468 milliseconds