Searched refs:FFI_GetPlatform (Results 1 – 2 of 2) sorted by relevance
148 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()
983 int (*FFI_GetPlatform)(struct _FPDF_FORMFILLINFO* pThis, member