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

  /external/chromium_org/ui/gfx/
font.cc 85 int Font::GetFontSize() const {
86 return platform_font_->GetFontSize();
font_list.cc 125 font_size_ = fonts[0].GetFontSize();
129 DCHECK_EQ(fonts[i].GetFontSize(), font_size_);
161 return DeriveFontListWithSizeDeltaAndStyle(size - GetFontSize(),
241 FontStyleAndSizeToString(fonts_[0].GetStyle(), fonts_[0].GetFontSize());
246 int FontList::GetFontSize() const {
292 font_size_ = fonts_[0].GetFontSize();
platform_font_pango.cc 225 int PlatformFontPango::GetFontSize() const {
platform_font_win.cc 102 int font_size = font.GetFontSize();
105 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
108 font_size = font.GetFontSize();
193 int PlatformFontWin::GetFontSize() const {

Completed in 39 milliseconds