Home
last modified time | relevance | path

Searched refs:FFI_GetPlatform (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp371 if (!m_pInfo || !m_pInfo->FFI_GetPlatform) in GetPlatform()
374 int nRequiredLen = m_pInfo->FFI_GetPlatform(m_pInfo, nullptr, 0); in GetPlatform()
380 int nActualLen = m_pInfo->FFI_GetPlatform(m_pInfo, pbuff, nRequiredLen); in GetPlatform()
/external/pdfium/public/
Dfpdf_formfill.h980 int (*FFI_GetPlatform)(struct _FPDF_FORMFILLINFO* pThis, member