HomeSort by relevance Sort by last modified time
    Searched defs:font_style (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/gfx/
font_list_unittest.cc 48 int font_style = Font::BOLD | Font::ITALIC | Font::UNDERLINE; local
50 FontList font_list = FontList(font_names, font_style, font_size);
render_text_harfbuzz.h 53 int font_style; member in struct:gfx::internal::TextRunHarfBuzz
render_text_mac.h 60 int font_style; member in struct:gfx::RenderTextMac::TextRun
canvas_skia.cc 151 const int font_style = font_list.GetFontStyle(); local
152 render_text->SetStyle(BOLD, (font_style & Font::BOLD) != 0);
153 render_text->SetStyle(ITALIC, (font_style & Font::ITALIC) != 0);
154 render_text->SetStyle(UNDERLINE, (font_style & Font::UNDERLINE) != 0);
render_text_win.h 31 int font_style; member in struct:gfx::internal::TextRun
render_text_pango.cc 464 const int font_style = (style.style(BOLD) ? Font::BOLD : 0) | local
466 renderer.SetFontFamilyWithStyle(family_name, font_style);
  /external/chromium_org/ui/views/controls/
styled_label.h 42 int font_style; member in struct:views::StyledLabel::RangeStyleInfo

Completed in 188 milliseconds