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

/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp354 if (!m_pInfo || !m_pInfo->FFI_GetPlatform)
357 int nRequiredLen = m_pInfo->FFI_GetPlatform(m_pInfo, nullptr, 0);
363 m_pInfo->FFI_GetPlatform(m_pInfo, pBuff.data(), nRequiredLen);
/external/pdfium/public/
H A Dfpdf_formfill.h968 * Method: FFI_GetPlatform
983 int (*FFI_GetPlatform)(struct _FPDF_FORMFILLINFO* pThis, member in struct:_FPDF_FORMFILLINFO

Completed in 126 milliseconds