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

  /external/chromium_org/ui/gfx/
font.cc 73 int Font::GetFontSize() const {
74 return platform_font_->GetFontSize();
font_list.cc 75 for (int font_size = font_list.GetFontSize(); font_size > 1; --font_size) {
118 int FontList::GetFontSize() const {
119 return impl_->GetFontSize();
font_list_impl.cc 106 font_size_ = fonts[0].GetFontSize();
110 DCHECK_EQ(fonts[i].GetFontSize(), font_size_);
180 FontStyleAndSizeToString(fonts_[0].GetStyle(), fonts_[0].GetFontSize());
185 int FontListImpl::GetFontSize() const {
240 font_size_ = fonts_[0].GetFontSize();
platform_font_pango.cc 200 int PlatformFontPango::GetFontSize() const {
platform_font_win.cc 110 int font_size = font.GetFontSize();
113 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
116 font_size = font.GetFontSize();
192 int PlatformFontWin::GetFontSize() const {

Completed in 66 milliseconds