Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp148 if (!m_pInfo || m_pInfo->version < 2 || !m_pInfo->FFI_GetPlatform) in GetPlatform()
151 int nRequiredLen = m_pInfo->FFI_GetPlatform(m_pInfo, nullptr, 0); in GetPlatform()
157 m_pInfo->FFI_GetPlatform(m_pInfo, pBuff.data(), nRequiredLen); in GetPlatform()
/external/pdfium/public/
Dfpdf_formfill.h983 int (*FFI_GetPlatform)(struct _FPDF_FORMFILLINFO* pThis, member