Searched defs:GetCapHeight (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont.cc53 int Font::GetCapHeight() const { function in class:gfx::Font
54 return platform_font_->GetCapHeight();
H A Dfont_list.cc77 font_list.GetBaseline() - font_list.GetCapHeight();
79 // the entire font ascent from GetCapHeight(). Centering the ascent makes
80 // the font look too low, so if GetCapHeight() returns the ascent, center
84 font_list.GetCapHeight() : font_list.GetHeight());
102 int FontList::GetCapHeight() const { function in class:gfx::FontList
103 return impl_->GetCapHeight();
H A Dfont_list_impl.cc154 int FontListImpl::GetCapHeight() const { function in class:gfx::FontListImpl
156 return GetPrimaryFont().GetCapHeight();
H A Dplatform_font_pango.cc177 int PlatformFontPango::GetCapHeight() const { function in class:gfx::PlatformFontPango
H A Dplatform_font_win.cc152 int PlatformFontWin::GetCapHeight() const { function in class:gfx::PlatformFontWin

Completed in 143 milliseconds