HomeSort by relevance Sort by last modified time
    Searched refs:GetFontStyle (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/gfx/
font_list.h 107 int GetFontStyle() const;
font_list_unittest.cc 179 EXPECT_EQ(Font::NORMAL, font_list.GetFontStyle());
182 EXPECT_EQ(Font::BOLD, font_list.GetFontStyle());
185 EXPECT_EQ(Font::ITALIC, font_list.GetFontStyle());
188 EXPECT_EQ(Font::BOLD | Font::ITALIC, font_list.GetFontStyle());
196 EXPECT_EQ(Font::NORMAL, font_list.GetFontStyle());
200 EXPECT_EQ(Font::ITALIC | Font::BOLD, font_list.GetFontStyle());
font_list.cc 162 GetFontStyle());
166 return DeriveFontListWithSizeDeltaAndStyle(size_delta, GetFontStyle());
225 int FontList::GetFontStyle() const {
canvas_skia.cc 151 const int font_style = font_list.GetFontStyle();
render_text_pango.cc 355 if (style != font_list().GetFontStyle()) {
  /external/chromium_org/ui/views/examples/
text_example.cc 123 int GetFontStyle() const {
124 return font_list_.GetFontStyle();
244 int style = text_view_->GetFontStyle();
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 640 base_font_list_->GetFontStyle() | gfx::Font::BOLD);
652 small_font_list_->GetFontStyle() | gfx::Font::BOLD);
664 medium_font_list_->GetFontStyle() | gfx::Font::BOLD);
676 large_font_list_->GetFontStyle() | gfx::Font::BOLD);
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 393 SkTypeface::Style GetFontStyle(FcPattern* font) {
551 *outStyle = GetFontStyle(match);
707 *outStyle = GetFontStyle(match);
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 393 SkTypeface::Style GetFontStyle(FcPattern* font) {
551 *outStyle = GetFontStyle(match);
707 *outStyle = GetFontStyle(match);

Completed in 422 milliseconds