Home
last modified time | relevance | path

Searched refs:GetFontName (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/ui/gfx/
Dplatform_font_win_unittest.cc50 EXPECT_EQ(expected_font.GetFontName(), derived_font.GetFontName()); in TEST()
57 EXPECT_EQ(expected_font.GetFontName(), derived_font.GetFontName()); in TEST()
64 expected_font = Font(derived_font.GetFontName(), in TEST()
66 EXPECT_EQ(expected_font.GetFontName(), rederived_font.GetFontName()); in TEST()
99 const Font min_font(base_font.GetFontName(), GetMinFontSize()); in TEST()
Dfont_fallback_win_unittest.cc91 ASSERT_EQ("Arial", font.GetFontName()); in TEST()
94 ASSERT_EQ("Times New Roman", font.GetFontName()); in TEST()
105 ASSERT_EQ("Arial", font.GetFontName()); in TEST()
109 ASSERT_EQ("Tahoma", font.GetFontName()); in TEST()
112 ASSERT_EQ("Times New Roman", font.GetFontName()); in TEST()
Dplatform_font_mac_unittest.mm38 EXPECT_EQ("Helvetica", normal_font.GetFontName());
43 EXPECT_EQ("Helvetica", bold_font.GetFontName());
48 EXPECT_EQ("Helvetica", italic_font.GetFontName());
54 EXPECT_EQ("Helvetica", bold_italic_font.GetFontName());
Dplatform_font_pango_unittest.cc32 EXPECT_EQ("Arial", font->GetFontName()); in TEST()
38 EXPECT_EQ("Times New Roman", font2->GetFontName()); in TEST()
Dfont.cc65 std::string Font::GetFontName() const { in GetFontName() function in gfx::Font
66 return platform_font_->GetFontName(); in GetFontName()
Dfont_fallback_win.cc61 if (fonts->empty() || fonts->back().GetFontName() != name) in AppendFont()
76 const std::wstring original_font_name = base::UTF8ToWide(font.GetFontName()); in QueryLinkedFontsFromRegistry()
137 const std::string& font_name = font.GetFontName(); in GetLinkedFonts()
270 fallback_fonts.push_back(current.GetFontName()); in GetFallbackFontFamilies()
Dplatform_font_win.cc165 std::string PlatformFontWin::GetFontName() const { in GetFontName() function in gfx::PlatformFontWin
179 return GetFontName(); in GetLocalizedFontName()
188 return GetFontName(); in GetLocalizedFontName()
Dfont.h89 std::string GetFontName() const;
Dplatform_font.h58 virtual std::string GetFontName() const = 0;
Dplatform_font_mac.h28 virtual std::string GetFontName() const OVERRIDE;
Dplatform_font_ios.h26 virtual std::string GetFontName() const OVERRIDE;
Dplatform_font_pango.h50 virtual std::string GetFontName() const OVERRIDE;
Dplatform_font_pango.cc190 std::string PlatformFontPango::GetFontName() const { in GetFontName() function in gfx::PlatformFontPango
210 pango_font_description_set_family(pfd, GetFontName().c_str()); in GetNativeFont()
Dplatform_font_win.h63 virtual std::string GetFontName() const OVERRIDE;
Dfont_unittest.cc66 EXPECT_EQ(cf.GetFontName(), "Arial"); in TEST_F()
Dplatform_font_ios.mm70 std::string PlatformFontIOS::GetFontName() const {
Dfont_list_impl.cc174 std::string name = fonts_[i].GetFontName(); in GetFontDescriptionString()
Dplatform_font_mac.mm117 std::string PlatformFontMac::GetFontName() const {
Drender_text_harfbuzz.cc1074 const std::string primary_font_name = primary_font.GetFontName(); in ShapeRun()
1098 ShapeRunWithFont(run, uniscribe_font.GetFontName())) { in ShapeRun()
1099 current_font = uniscribe_font.GetFontName(); in ShapeRun()
Drender_text_win.cc865 renderer.SetFontFamilyWithStyle(run->font.GetFontName(), run->font_style); in DrawVisualText()
1096 successful_substitute_fonts_[original_font.GetFontName()] = run->font; in LayoutTextRun()
1105 successful_substitute_fonts_.find(original_font.GetFontName()); in LayoutTextRun()
Dfont_list_unittest.cc19 std::string font_string = font.GetFontName(); in FontToString()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h104 CFX_ByteString GetFontName(FX_INT32 nFontIndex);
/external/chromium_org/ui/base/webui/
Dweb_ui_util.cc146 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family; in SetFontAndTextDirection()
/external/chromium_org/chrome/common/
Dbadge_util.cc87 base_font.GetFontName().c_str(), SkTypeface::kNormal)); in GetBadgeTextPaintSingleton()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp346 CFX_ByteString CPWL_FontMap::GetFontName(FX_INT32 nFontIndex) in GetFontName() function in CPWL_FontMap

12