OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:font_style_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/
font_list.cc
81
font_style_
(-1),
97
font_style_
(-1),
111
font_style_
(font_style),
121
font_style_
(-1),
124
font_style_
= fonts[0].GetStyle();
128
DCHECK_EQ(fonts[i].GetStyle(),
font_style_
);
137
font_style_
(-1),
226
if (
font_style_
== -1)
228
return
font_style_
;
258
&
font_style_
, &font_size_)
[
all
...]
platform_font_mac.mm
62
font_style_
(Font::NORMAL) {
70
font_style_
(Font::NORMAL) {
73
font_style_
|= Font::ITALIC;
75
font_style_
|= Font::BOLD;
85
font_style_
(Font::NORMAL) {
122
return
font_style_
;
150
font_style_
(font_style) {
platform_font_mac.h
52
int
font_style_
;
member in class:gfx::PlatformFontMac
font_list.h
128
// Extracts font style and size into |
font_style_
| and |font_size_|.
149
mutable int
font_style_
;
member in class:gfx::FontList
Completed in 247 milliseconds