HomeSort by relevance Sort by last modified time
    Searched refs:GetFontTableForPrivateFontFile (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ppapi/cpp/private/
pdf.h 33 static bool GetFontTableForPrivateFontFile(PP_Resource font_file,
pdf.cc 63 bool PDF::GetFontTableForPrivateFontFile(PP_Resource font_file,
68 return get_interface<PPB_PDF>()->GetFontTableForPrivateFontFile(font_file,
  /external/chromium_org/ppapi/thunk/
ppb_pdf_thunk.cc 47 bool GetFontTableForPrivateFontFile(PP_Resource font_file,
168 &GetFontTableForPrivateFontFile,
  /external/chromium_org/ppapi/c/private/
ppb_pdf.h 112 bool (*GetFontTableForPrivateFontFile)(PP_Resource font_file,
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_pdf.idl 97 PP_Bool GetFontTableForPrivateFontFile(
  /external/chromium_org/components/pdf/renderer/
ppb_pdf_impl.cc 107 bool GetFontTableForPrivateFontFile(PP_Resource font_file,
327 &GetFontTableForPrivateFontFile, //
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 270 if (!pp::PDF::GetFontTableForPrivateFontFile(res_id, table, buffer, &size))
    [all...]

Completed in 592 milliseconds