Searched refs:GetFontStyle (Results 1 – 9 of 9) sorted by relevance
179 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()
162 GetFontStyle()); in DeriveFontListWithSize()166 return DeriveFontListWithSizeDeltaAndStyle(size_delta, GetFontStyle()); in DeriveFontListWithSizeDelta()225 int FontList::GetFontStyle() const { in GetFontStyle() function in gfx::FontList
107 int GetFontStyle() const;
151 const int font_style = font_list.GetFontStyle(); in UpdateRenderText()
355 if (style != font_list().GetFontStyle()) { in SetupPangoAttributes()
123 int GetFontStyle() const { in GetFontStyle() function in views::examples::TextExample::TextExampleView124 return font_list_.GetFontStyle(); in GetFontStyle()244 int style = text_view_->GetFontStyle(); in ButtonPressed()
640 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()
393 SkTypeface::Style GetFontStyle(FcPattern* font) { in GetFontStyle() function551 *outStyle = GetFontStyle(match); in matchFamilyName()707 *outStyle = GetFontStyle(match); in matchFamilySet()