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

  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 228 int FFI_GetCurrentPageIndex(FPDF_DOCUMENT document) {
229 if (!m_pInfo || !m_pInfo->FFI_GetCurrentPageIndex) {
232 return m_pInfo->FFI_GetCurrentPageIndex(m_pInfo, document);
  /external/pdfium/public/
fpdf_formfill.h 739 * Method: FFI_GetCurrentPageIndex
752 int (*FFI_GetCurrentPageIndex)(struct _FPDF_FORMFILLINFO* pThis,
    [all...]
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_doc.cpp 530 return pEnv->FFI_GetCurrentPageIndex(this);
    [all...]

Completed in 48 milliseconds