OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:font_style
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/gfx/
font_list_unittest.cc
46
int
font_style
= Font::BOLD | Font::ITALIC;
local
48
FontList font_list = FontList(font_names,
font_style
, font_size);
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
452
const int
font_style
= (style.style(BOLD) ? Font::BOLD : 0) |
local
454
renderer.SetFontFamilyWithStyle(family_name,
font_style
);
/external/chromium_org/ui/views/controls/
styled_label.h
41
int
font_style
;
member in struct:views::StyledLabel::RangeStyleInfo
Completed in 199 milliseconds