OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:font_ref_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gfx/
platform_font_win.cc
87
PlatformFontWin::PlatformFontWin() :
font_ref_
(GetBaseFontRef()) {
136
const int requested_font_size =
font_ref_
->requested_font_size();
145
return
font_ref_
->height();
149
return
font_ref_
->baseline();
153
return
font_ref_
->cap_height();
157
return length * std::min(
font_ref_
->GetDluBaseX(),
158
font_ref_
->ave_char_width());
162
return
font_ref_
->style();
166
return
font_ref_
->font_name();
173
return
font_ref_
->font_name()
[
all
...]
platform_font_win.h
26
return dlus *
font_ref_
->GetDluBaseX() / 4;
29
return dlus *
font_ref_
->height() / 8;
162
scoped_refptr<HFontRef>
font_ref_
;
member in class:gfx::PlatformFontWin
Completed in 79 milliseconds