HomeSort by relevance Sort by last modified time
    Searched defs:GetCapHeight (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/gfx/
font.cc 53 int Font::GetCapHeight() const {
54 return platform_font_->GetCapHeight();
font_list.cc 77 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 {
103 return impl_->GetCapHeight();
font_list_impl.cc 154 int FontListImpl::GetCapHeight() const {
156 return GetPrimaryFont().GetCapHeight();
platform_font_pango.cc 177 int PlatformFontPango::GetCapHeight() const {
platform_font_win.cc 152 int PlatformFontWin::GetCapHeight() const {

Completed in 150 milliseconds