/external/chromium_org/ui/gfx/ |
D | platform_font_win_unittest.cc | 50 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()
|
D | font_fallback_win_unittest.cc | 91 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()
|
D | platform_font_mac_unittest.mm | 38 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());
|
D | platform_font_pango_unittest.cc | 32 EXPECT_EQ("Arial", font->GetFontName()); in TEST() 38 EXPECT_EQ("Times New Roman", font2->GetFontName()); in TEST()
|
D | font.cc | 65 std::string Font::GetFontName() const { in GetFontName() function in gfx::Font 66 return platform_font_->GetFontName(); in GetFontName()
|
D | font_fallback_win.cc | 61 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()
|
D | platform_font_win.cc | 165 std::string PlatformFontWin::GetFontName() const { in GetFontName() function in gfx::PlatformFontWin 179 return GetFontName(); in GetLocalizedFontName() 188 return GetFontName(); in GetLocalizedFontName()
|
D | font.h | 89 std::string GetFontName() const;
|
D | platform_font.h | 58 virtual std::string GetFontName() const = 0;
|
D | platform_font_mac.h | 28 virtual std::string GetFontName() const OVERRIDE;
|
D | platform_font_ios.h | 26 virtual std::string GetFontName() const OVERRIDE;
|
D | platform_font_pango.h | 50 virtual std::string GetFontName() const OVERRIDE;
|
D | platform_font_pango.cc | 190 std::string PlatformFontPango::GetFontName() const { in GetFontName() function in gfx::PlatformFontPango 210 pango_font_description_set_family(pfd, GetFontName().c_str()); in GetNativeFont()
|
D | platform_font_win.h | 63 virtual std::string GetFontName() const OVERRIDE;
|
D | font_unittest.cc | 66 EXPECT_EQ(cf.GetFontName(), "Arial"); in TEST_F()
|
D | platform_font_ios.mm | 70 std::string PlatformFontIOS::GetFontName() const {
|
D | font_list_impl.cc | 174 std::string name = fonts_[i].GetFontName(); in GetFontDescriptionString()
|
D | platform_font_mac.mm | 117 std::string PlatformFontMac::GetFontName() const {
|
D | render_text_harfbuzz.cc | 1074 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()
|
D | render_text_win.cc | 865 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()
|
D | font_list_unittest.cc | 19 std::string font_string = font.GetFontName(); in FontToString()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_FontMap.h | 104 CFX_ByteString GetFontName(FX_INT32 nFontIndex);
|
/external/chromium_org/ui/base/webui/ |
D | web_ui_util.cc | 146 ui::ResourceBundle::BaseFont).GetFontName() + ", " + font_family; in SetFontAndTextDirection()
|
/external/chromium_org/chrome/common/ |
D | badge_util.cc | 87 base_font.GetFontName().c_str(), SkTypeface::kNormal)); in GetBadgeTextPaintSingleton()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_FontMap.cpp | 346 CFX_ByteString CPWL_FontMap::GetFontName(FX_INT32 nFontIndex) in GetFontName() function in CPWL_FontMap
|