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