Searched defs:FFI_DoGoToAction (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/public/
H A Dfpdf_formfill.h510 * Method: FFI_DoGoToAction
527 void (*FFI_DoGoToAction)(struct _FPDF_FORMFILLINFO* pThis, int nPageIndex, int zoomMode, float* fPosArray, int sizeofArray); member in struct:_FPDF_FORMFILLINFO
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h324 void FFI_DoGoToAction(int nPageIndex, int zoomMode, float* fPosArray, int sizeOfArray) function in class:FX_FINAL
326 if(m_pInfo && m_pInfo->FFI_DoGoToAction)
328 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, sizeOfArray);

Completed in 114 milliseconds