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

  /external/chromium_org/ui/gfx/
font_list_unittest.cc 45 int font_style = Font::BOLD | Font::ITALIC; local
47 FontList font_list = FontList(font_names, font_style, font_size);
render_text_mac.h 59 int font_style; member in struct:gfx::RenderTextMac::TextRun
render_text_win.h 31 int font_style; member in struct:gfx::internal::TextRun
render_text_linux.cc 451 const int font_style = (style.style(BOLD) ? Font::BOLD : 0) | local
453 renderer.SetFontFamilyWithStyle(family_name, font_style);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.cc 122 gfx::Font::FontStyle font_style = gfx::Font::NORMAL; local
126 font_style = gfx::Font::NORMAL;
131 font_style = gfx::Font::BOLD;
136 ui::ResourceBundle::BaseFont).DeriveFont(0, font_style);
  /external/chromium_org/ui/views/controls/
styled_label.h 41 int font_style; member in struct:views::StyledLabel::RangeStyleInfo

Completed in 78 milliseconds