Searched refs:font_size_ (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | font_list.cc | 82 font_size_(-1) { in FontList() 98 font_size_(-1) { in FontList() 112 font_size_(font_size) { in FontList() 122 font_size_(-1) { in FontList() 125 font_size_ = fonts[0].GetFontSize(); in FontList() 129 DCHECK_EQ(fonts[i].GetFontSize(), font_size_); in FontList() 138 font_size_(-1) { in FontList() 247 if (font_size_ == -1) in GetFontSize() 249 return font_size_; in GetFontSize() 258 &font_style_, &font_size_); in GetFonts() [all …]
|
D | platform_font_ios.mm | 20 font_size_ = [UIFont systemFontSize]; 22 UIFont* system_font = [UIFont systemFontOfSize:font_size_]; 43 return Font(new PlatformFontIOS(font_name_, font_size_ + size_delta, style)); 84 return font_size_; 89 size:font_size_]; 105 font_size_ = font_size;
|
D | platform_font_mac.mm | 61 font_size_([NSFont systemFontSize]), 69 font_size_([native_font_ pointSize]), 84 font_size_(font_size), 93 return Font(new PlatformFontMac(font_name_, font_size_ + size_delta, style)); 134 return font_size_; 149 font_size_(font_size),
|
D | platform_font_win.h | 101 int font_size() const { return font_size_; } in font_size() 113 const int font_size_; variable
|
D | platform_font_mac.h | 51 int font_size_; variable
|
D | font_list.h | 150 mutable int font_size_; variable
|
D | platform_font_ios.h | 46 int font_size_; variable
|
D | platform_font_win.cc | 280 font_size_(font_size), in HFontRef()
|
/external/chromium_org/ppapi/examples/ime/ |
D | ime.cc | 130 font_size_(height - 2), in MyTextField() 136 desc.set_size(font_size_); in MyTextField() 162 pp::Point(offset, area_.y() + font_size_), in PaintOn() 184 pp::Point(offset, area_.y() + font_size_), in PaintOn() 195 offset + lx + 2, area_.y() + font_size_ + 1, in PaintOn() 216 pp::Point(offset, area_.y() + font_size_), in PaintOn() 225 pp::Point(area_.x(), area_.y() + font_size_), in PaintOn() 388 int font_size_; member in MyTextField
|