HomeSort by relevance Sort by last modified time
    Searched defs:FFI_GetPlatform (Results 1 - 2 of 2) sorted by null

  /external/pdfium/public/
fpdf_formfill.h 920 * Method: FFI_GetPlatform
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 242 CFX_WideString FFI_GetPlatform() {
243 if (m_pInfo && m_pInfo->FFI_GetPlatform) {
244 int nRequiredLen = m_pInfo->FFI_GetPlatform(m_pInfo, NULL, 0);
250 int nActualLen = m_pInfo->FFI_GetPlatform(m_pInfo, pbuff, nRequiredLen);

Completed in 516 milliseconds