Home
last modified time | relevance | path

Searched refs:GetFontStyle (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ui/gfx/
Dfont_list_unittest.cc179 EXPECT_EQ(Font::NORMAL, font_list.GetFontStyle()); in TEST()
182 EXPECT_EQ(Font::BOLD, font_list.GetFontStyle()); in TEST()
185 EXPECT_EQ(Font::ITALIC, font_list.GetFontStyle()); in TEST()
188 EXPECT_EQ(Font::BOLD | Font::ITALIC, font_list.GetFontStyle()); in TEST()
196 EXPECT_EQ(Font::NORMAL, font_list.GetFontStyle()); in TEST()
200 EXPECT_EQ(Font::ITALIC | Font::BOLD, font_list.GetFontStyle()); in TEST()
Dfont_list.cc162 GetFontStyle()); in DeriveFontListWithSize()
166 return DeriveFontListWithSizeDeltaAndStyle(size_delta, GetFontStyle()); in DeriveFontListWithSizeDelta()
225 int FontList::GetFontStyle() const { in GetFontStyle() function in gfx::FontList
Dfont_list.h107 int GetFontStyle() const;
Dcanvas_skia.cc151 const int font_style = font_list.GetFontStyle(); in UpdateRenderText()
Drender_text_pango.cc355 if (style != font_list().GetFontStyle()) { in SetupPangoAttributes()
/external/chromium_org/ui/views/examples/
Dtext_example.cc123 int GetFontStyle() const { in GetFontStyle() function in views::examples::TextExample::TextExampleView
124 return font_list_.GetFontStyle(); in GetFontStyle()
244 int style = text_view_->GetFontStyle(); in ButtonPressed()
/external/chromium_org/ui/base/resource/
Dresource_bundle.cc640 base_font_list_->GetFontStyle() | gfx::Font::BOLD); in LoadFontsIfNecessary()
652 small_font_list_->GetFontStyle() | gfx::Font::BOLD); in LoadFontsIfNecessary()
664 medium_font_list_->GetFontStyle() | gfx::Font::BOLD); in LoadFontsIfNecessary()
676 large_font_list_->GetFontStyle() | gfx::Font::BOLD); in LoadFontsIfNecessary()
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp393 SkTypeface::Style GetFontStyle(FcPattern* font) { in GetFontStyle() function
551 *outStyle = GetFontStyle(match); in matchFamilyName()
707 *outStyle = GetFontStyle(match); in matchFamilySet()
/external/chromium_org/third_party/skia/src/ports/
DSkFontConfigInterface_direct.cpp393 SkTypeface::Style GetFontStyle(FcPattern* font) { in GetFontStyle() function
551 *outStyle = GetFontStyle(match); in matchFamilyName()
707 *outStyle = GetFontStyle(match); in matchFamilySet()