OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCapHeight
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/
font.cc
57
int Font::
GetCapHeight
() const {
58
return platform_font_->
GetCapHeight
();
font_list.cc
202
int FontList::
GetCapHeight
() const {
204
return GetPrimaryFont().
GetCapHeight
();
platform_font_pango.cc
186
int PlatformFontPango::
GetCapHeight
() const {
platform_font_win.cc
144
int PlatformFontWin::
GetCapHeight
() const {
Completed in 486 milliseconds