Searched refs:font_file (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_flash_font_file.h51 PP_Bool (*GetFontTable)(PP_Resource font_file,
H A Dppb_pdf.h112 bool (*GetFontTableForPrivateFontFile)(PP_Resource font_file,
/external/chromium_org/ppapi/api/private/
H A Dppb_flash_font_file.idl35 [in] PP_Resource font_file,
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_font_file_thunk.cc30 PP_Bool GetFontTable(PP_Resource font_file, argument
34 EnterResource<PPB_Flash_FontFile_API> enter(font_file, true);
H A Dppb_pdf_thunk.cc47 bool GetFontTableForPrivateFontFile(PP_Resource font_file, argument
54 EnterResource<PPB_Flash_FontFile_API> enter(font_file, true);
/external/harfbuzz_ng/util/
H A Dmain-font-text.hh49 if (argc && !font_opts.font_file) font_opts.font_file = argv[0], argc--, argv++;
53 if (!font_opts.font_file)
H A Doptions.cc374 {"font-file", 0, 0, G_OPTION_ARG_STRING, &this->font_file, "Set font file-name", "filename"},
451 if (!font_file)
454 if (0 == strcmp (font_file, "-")) {
475 GMappedFile *mf = g_mapped_file_new (font_file, false, &error);
495 if (g_file_get_contents (font_file, &font_data, &l, &error)) {
H A Doptions.hh277 font_file = NULL;
293 const char *font_file; member in struct:font_options_t
H A Dhelper-cairo.cc90 font_opts->font_file,
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.h33 static bool GetFontTableForPrivateFontFile(PP_Resource font_file,
H A Dpdf.cc63 bool PDF::GetFontTableForPrivateFontFile(PP_Resource font_file, argument
68 return get_interface<PPB_PDF>()->GetFontTableForPrivateFontFile(font_file,
/external/chromium_org/content/renderer/
H A Drenderer_font_platform_win.cc196 GetCurrentFontFile(IDWriteFontFile** font_file) { argument
198 *font_file = NULL;
202 *font_file = current_file_.Detach();
/external/chromium_org/ppapi/api/private/finish_writing_these/
H A Dppb_pdf.idl98 [in] PP_Resource font_file,
/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc107 bool GetFontTableForPrivateFontFile(PP_Resource font_file, argument
113 ppapi::PpapiGlobals::Get()->GetResourceTracker()->GetResource(font_file);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py591 for (font_dirs, font_file, package) in HOST_FONT_FILES:
594 font_path = font_dir + font_file
599 _log.error('You are missing %s under %s. Try installing %s. See build instructions.' % (font_file, font_dirs, package))
967 for (host_dirs, font_file, package) in HOST_FONT_FILES:
969 host_font_path = host_dir + font_file
971 self._push_file_if_needed(host_font_path, self._driver_details.device_fonts_directory() + font_file, log_callback)

Completed in 399 milliseconds