Searched refs:FFI_GetPage (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/testing/
H A Dembedder_test.cpp199 formfillinfo->FFI_GetPage = GetPageTrampoline;
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h171 FPDF_PAGE FFI_GetPage(FPDF_DOCUMENT document, int nPageIndex) { function in class:final
172 if (m_pInfo && m_pInfo->FFI_GetPage)
173 return m_pInfo->FFI_GetPage(m_pInfo, document, nPageIndex);
/external/pdfium/public/
H A Dfpdf_formfill.h561 * Method: FFI_GetPage
581 FPDF_PAGE (*FFI_GetPage)(struct _FPDF_FORMFILLINFO* pThis, FPDF_DOCUMENT document, int nPageIndex); member in struct:_FPDF_FORMFILLINFO
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp437 UnderlyingFromFPDFPage(m_pEnv->FFI_GetPage(m_pDoc, nIndex));
508 return UnderlyingFromFPDFPage(m_pEnv->FFI_GetPage(m_pDoc, nIndex));

Completed in 33 milliseconds