Searched refs:FFI_SetCurrentPage (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h235 void FFI_SetCurrentPage(FPDF_DOCUMENT document, int iCurPage) { function in class:final
236 if (m_pInfo && m_pInfo->FFI_SetCurrentPage)
237 m_pInfo->FFI_SetCurrentPage(m_pInfo, document, iCurPage);
/external/pdfium/public/
H A Dfpdf_formfill.h756 * Method: FFI_SetCurrentPage
770 void (*FFI_SetCurrentPage)(struct _FPDF_FORMFILLINFO* pThis, member in struct:_FPDF_FORMFILLINFO
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_doc.cpp542 pEnv->FFI_SetCurrentPage(this, iCurPage);

Completed in 62 milliseconds