HomeSort by relevance Sort by last modified time
    Searched refs:font_name (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
font_subsetter.h 35 // |font_name| Font name, required for TTC files. If specified NULL,
43 static int SubsetFont(const char* font_name,
font_subsetter.cc 21 int SfntlyWrapper::SubsetFont(const char* font_name,
34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
subsetter_impl.h 57 bool LoadFont(const char* font_name,
  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.h 35 // |font_name| Font name, required for TTC files. If specified NULL,
43 static int SubsetFont(const char* font_name,
font_subsetter.cc 21 int SfntlyWrapper::SubsetFont(const char* font_name,
34 if (!subsetter.LoadFont(font_name, original_font, font_size)) {
subsetter_impl.h 57 bool LoadFont(const char* font_name,
  /external/chromium_org/ui/gfx/
platform_font_ozone.cc 20 PlatformFont* PlatformFont::CreateFromNameAndSize(const std::string& font_name,
platform_font_ios.h 16 PlatformFontIOS(const std::string& font_name,
34 PlatformFontIOS(const std::string& font_name, int font_size, int style);
38 void InitWithNameSizeAndStyle(const std::string& font_name,
platform_font_android.cc 24 PlatformFont* PlatformFont::CreateFromNameAndSize(const std::string& font_name,
platform_font_mac.h 18 PlatformFontMac(const std::string& font_name,
36 PlatformFontMac(const std::string& font_name, int font_size, int font_style);
platform_font_pango.cc 79 std::string font_name = GetDefaultFont(); local
82 pango_font_description_from_string(font_name.c_str()));
113 PlatformFontPango::PlatformFontPango(const std::string& font_name,
115 InitWithNameAndSize(font_name, font_size);
283 gchar* font_name = NULL;
284 g_object_get(settings, "gtk-font-name", &font_name, NULL);
288 CHECK(font_name) << " Unable to get gtk-font-name for default font.";
290 std::string default_font = std::string(font_name);
291 g_free(font_name);
297 void PlatformFontPango::InitWithNameAndSize(const std::string& font_name,
    [all...]
font_fallback_win.cc 80 std::string font_name; local
82 internal::ParseFontLinkEntry(WideToUTF8(values[i]), &filename, &font_name); local
85 if (!font_name.empty()) {
86 AppendFont(font_name, font.GetFontSize(), linked_fonts);
132 const std::string& font_name = font.GetFontName(); local
134 cached_linked_fonts_.find(font_name);
138 cached_linked_fonts_[font_name] = std::vector<Font>();
139 std::vector<Font>* linked_fonts = &cached_linked_fonts_[font_name];
156 std::string* font_name) {
160 font_name->clear()
    [all...]
platform_font_win.h 21 PlatformFontWin(const std::string& font_name, int font_size);
100 const std::string& font_name() const { return font_name_; } function in class:gfx::PlatformFontWin::HFontRef
137 void InitWithFontNameAndSize(const std::string& font_name,
platform_font.h 24 // Creates a PlatformFont implementation with the specified |font_name|
26 static PlatformFont* CreateFromNameAndSize(const std::string& font_name,
font.cc 33 Font::Font(const std::string& font_name, int font_size)
34 : platform_font_(PlatformFont::CreateFromNameAndSize(font_name,
font.h 55 Font(const std::string& font_name, int font_size);
font_fallback_win.h 21 // Sets |filename| and |font_name| respectively. If a field is not present
25 std::string* font_name);
  /external/chromium_org/content/common/
font_cache_dispatcher_win.cc 44 base::string16 font_name = font.lfFaceName; local
49 font_name);
52 dispatcher_font_map_[dispatcher].push_back(font_name);
57 if (cache_[font_name].ref_count_ == 0) { // Requested font is new to cache.
58 cache_[font_name].ref_count_ = 1;
60 SelectObject(cache_[font_name].dc_, cache_[font_name].old_font_);
61 DeleteObject(cache_[font_name].font_);
62 ReleaseDC(NULL, cache_[font_name].dc_);
64 cache_[font_name].font_ = font_handle
    [all...]
  /external/chromium_org/content/common/mac/
font_descriptor.h 28 base::string16 font_name; member in struct:FontDescriptor
  /external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 62 std::string font_name = "../../"; local
64 font_name += "../";
66 font_name += std::string(GetParam());
67 LoadFont(font_name.c_str(), font_factory, &font_array);
73 fprintf(stderr, "No CMap: %s\n", font_name.c_str());
77 document_ = TiXmlDocument((font_name + ".xml").c_str());
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 62 std::string font_name = "../../"; local
64 font_name += "../";
66 font_name += std::string(GetParam());
67 LoadFont(font_name.c_str(), font_factory, &font_array);
73 fprintf(stderr, "No CMap: %s\n", font_name.c_str());
77 document_ = TiXmlDocument((font_name + ".xml").c_str());
  /external/chromium_org/chrome/browser/extensions/api/font_settings/
font_settings_api.cc 71 std::string MaybeGetLocalizedFontName(const std::string& font_name) {
73 if (!font_name.empty()) {
74 gfx::Font font(font_name, 12); // dummy font size
79 return font_name;
162 std::string font_name; local
163 if (!pref->GetValue()->GetAsString(&font_name)) {
167 font_name = MaybeGetLocalizedFontName(font_name);
172 dict->SetString(kFontIdKey, font_name);
256 std::string font_name; local
335 base::DictionaryValue* font_name = new base::DictionaryValue(); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_browser_font_singleton_host.cc 81 std::string font_name; local
82 if (!cur_font->GetString(0, &font_name))
88 output.append(font_name);
  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_test.cc 44 CMapTestCase(const char* font_name,
53 : font_name_(font_name),
64 const char* font_name() const { return font_name_; } function in class:sfntly::CMapTestCase
106 << test_case->font_name() << ", "
171 LoadFont(GetParam().font_name(), font_factory, &font_array);
180 LoadFont(GetParam().font_name(), font_factory, &font_array);
187 LoadFontUsingByteVector(GetParam().font_name(), true, &font_array);
  /external/sfntly/cpp/src/test/
cmap_test.cc 44 CMapTestCase(const char* font_name,
53 : font_name_(font_name),
64 const char* font_name() const { return font_name_; } function in class:sfntly::CMapTestCase
106 << test_case->font_name() << ", "
171 LoadFont(GetParam().font_name(), font_factory, &font_array);
180 LoadFont(GetParam().font_name(), font_factory, &font_array);
187 LoadFontUsingByteVector(GetParam().font_name(), true, &font_array);

Completed in 241 milliseconds

1 2