HomeSort by relevance Sort by last modified time
    Searched defs:FFI_DoGoToAction (Results 1 - 2 of 2) sorted by null

  /external/pdfium/public/
fpdf_formfill.h 510 * Method: FFI_DoGoToAction
527 void (*FFI_DoGoToAction)(struct _FPDF_FORMFILLINFO* pThis, int nPageIndex, int zoomMode, float* fPosArray, int sizeofArray);
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 324 void FFI_DoGoToAction(int nPageIndex, int zoomMode, float* fPosArray, int sizeOfArray)
326 if(m_pInfo && m_pInfo->FFI_DoGoToAction)
328 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray, sizeOfArray);

Completed in 38 milliseconds