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

  /external/chromium_org/ui/gfx/
platform_font.h 46 virtual int GetCapHeight() const = 0;
font.cc 53 int Font::GetCapHeight() const {
54 return platform_font_->GetCapHeight();
font_unittest.cc 96 EXPECT_GT(cf.GetCapHeight(), 0);
97 EXPECT_GT(cf.GetCapHeight(), cf.GetHeight() / 2);
98 EXPECT_LT(cf.GetCapHeight(), cf.GetBaseline());
font.h 77 int GetCapHeight() const;
font_list.h 96 int GetCapHeight() const;
font_list_impl.h 63 int GetCapHeight() const;
platform_font_ios.h 23 virtual int GetCapHeight() const OVERRIDE;
platform_font_mac.h 25 virtual int GetCapHeight() const OVERRIDE;
font_list.cc 81 int FontList::GetCapHeight() const {
82 return impl_->GetCapHeight();
platform_font_pango.h 52 virtual int GetCapHeight() const OVERRIDE;
platform_font_win.h 60 virtual int GetCapHeight() const OVERRIDE;
font_list_impl.cc 154 int FontListImpl::GetCapHeight() const {
156 return GetPrimaryFont().GetCapHeight();
platform_font_pango.cc 184 int PlatformFontPango::GetCapHeight() const {
platform_font_win.cc 144 int PlatformFontWin::GetCapHeight() const {
render_text.cc 69 const int cap_height = font_list.GetCapHeight();
72 // the entire font ascent from GetCapHeight(). Centering the ascent makes
73 // the font look too low, so if GetCapHeight() returns the ascent, center
    [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 144 font_list.GetBaseline() - font_list.GetCapHeight();
146 // the entire font ascent from GetCapHeight(). Centering the ascent makes
147 // the font look too low, so if GetCapHeight() returns the ascent, center
151 font_list.GetCapHeight() : font_list.GetHeight());
    [all...]

Completed in 5799 milliseconds