Searched refs:GetFontName (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dplatform_font_win_unittest.cc50 EXPECT_EQ(expected_font.GetFontName(), derived_font.GetFontName());
57 EXPECT_EQ(expected_font.GetFontName(), derived_font.GetFontName());
64 expected_font = Font(derived_font.GetFontName(),
66 EXPECT_EQ(expected_font.GetFontName(), rederived_font.GetFontName());
83 const Font min_font(base_font.GetFontName(), GetMinFontSize());
H A Dplatform_font_pango_unittest.cc33 EXPECT_EQ("Arial", font->GetFontName());
40 EXPECT_EQ("Times New Roman", font2->GetFontName());
H A Dfont_fallback_win_unittest.cc91 ASSERT_EQ("Arial", font.GetFontName());
94 ASSERT_EQ("Times New Roman", font.GetFontName());
105 ASSERT_EQ("Arial", font.GetFontName());
109 ASSERT_EQ("Tahoma", font.GetFontName());
112 ASSERT_EQ("Times New Roman", font.GetFontName());
H A Dfont.cc65 std::string Font::GetFontName() const { function in class:gfx::Font
66 return platform_font_->GetFontName();
H A Dfont.h88 std::string GetFontName() const;
H A Dplatform_font.h57 virtual std::string GetFontName() const = 0;
H A Dplatform_font_ios.h26 virtual std::string GetFontName() const OVERRIDE;
H A Dplatform_font_mac.h28 virtual std::string GetFontName() const OVERRIDE;
H A Dplatform_font_pango.h55 virtual std::string GetFontName() const OVERRIDE;
H A Dfont_fallback_win.cc58 if (fonts->empty() || fonts->back().GetFontName() != name)
73 const std::wstring original_font_name = base::UTF8ToWide(font.GetFontName());
134 const std::string& font_name = font.GetFontName();
H A Dplatform_font_win.cc157 std::string PlatformFontWin::GetFontName() const { function in class:gfx::PlatformFontWin
171 return GetFontName();
180 return GetFontName();
H A Dfont_unittest.cc66 EXPECT_EQ(cf.GetFontName(), "Arial");
H A Dplatform_font_win.h46 // name could not be retrieved, returns GetFontName().
63 virtual std::string GetFontName() const OVERRIDE;
H A Dplatform_font_pango.cc197 std::string PlatformFontPango::GetFontName() const { function in class:gfx::PlatformFontPango
213 pango_font_description_set_family(pfd, GetFontName().c_str());
H A Dfont_list_impl.cc174 std::string name = fonts_[i].GetFontName();
H A Drender_text_win.cc867 renderer.SetFontFamilyWithStyle(run->font.GetFontName(), run->font_style);
1098 successful_substitute_fonts_[original_font.GetFontName()] = run->font;
1107 successful_substitute_fonts_.find(original_font.GetFontName());
H A Dfont_list_unittest.cc19 std::string font_string = font.GetFontName();
H A Drender_text_unittest.cc1351 EXPECT_EQ("Arial", fonts[0].GetFontName());
1352 EXPECT_EQ("Symbol", fonts[1].GetFontName());
1559 EXPECT_EQ(start_font.GetFontName(), end_font.GetFontName());
H A Drender_text_harfbuzz.cc963 run->skia_face = internal::CreateSkiaTypeface(primary_font.GetFontName(),
/external/chromium_org/chrome/common/
H A Dbadge_util.cc85 base_font.GetFontName().c_str(), SkTypeface::kNormal));
/external/chromium_org/ui/base/webui/
H A Dweb_ui_util.cc146 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family;
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_FontMap.h104 CFX_ByteString GetFontName(FX_INT32 nFontIndex);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_FontMap.cpp346 CFX_ByteString CPWL_FontMap::GetFontName(FX_INT32 nFontIndex) function in class:CPWL_FontMap
/external/chromium_org/ui/views/controls/
H A Dlabel_unittest.cc35 EXPECT_EQ(font_name, font_used.GetFontName());
45 EXPECT_EQ(font_name, font_used.GetFontName());

Completed in 903 milliseconds