HomeSort by relevance Sort by last modified time
    Searched full:font_size_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/gfx/
platform_font_ios.mm 24 font_size_ = [UIFont systemFontSize];
26 UIFont* system_font = [UIFont systemFontOfSize:font_size_];
47 return Font(new PlatformFontIOS(font_name_, font_size_ + size_delta, style));
79 return font_size_;
90 size:font_size_];
106 font_size_ = font_size;
font_list_impl.cc 79 font_size_(-1) {
93 font_size_(font_size) {
103 font_size_(-1) {
106 font_size_ = fonts[0].GetFontSize();
110 DCHECK_EQ(fonts[i].GetFontSize(), font_size_);
119 font_size_(-1) {
186 if (font_size_ == -1)
188 return font_size_;
202 &style, &font_size_);
208 Font font(font_names[i], font_size_);
    [all...]
platform_font_mac.mm 62 font_size_([NSFont systemFontSize]),
70 font_size_([native_font_ pointSize]),
85 font_size_(font_size),
94 return Font(new PlatformFontMac(font_name_, font_size_ + size_delta, style));
126 return font_size_;
147 font_size_(font_size),
platform_font_ios.h 45 int font_size_; member in class:gfx::PlatformFontIOS
platform_font_mac.h 50 int font_size_; member in class:gfx::PlatformFontMac
platform_font_win.h 100 int font_size() const { return font_size_; }
112 const int font_size_; member in class:gfx::PlatformFontWin::HFontRef
123 // If the requested font size is not possible for the font, |font_size_|
font_list_impl.h 96 // Extracts font style and size into |font_style_| and |font_size_|.
118 mutable int font_size_; member in class:gfx::FontListImpl
platform_font_win.cc 326 font_size_(font_size),
  /external/chromium_org/ppapi/examples/ime/
ime.cc 130 font_size_(height - 2),
136 desc.set_size(font_size_);
162 pp::Point(offset, area_.y() + font_size_),
184 pp::Point(offset, area_.y() + font_size_),
195 offset + lx + 2, area_.y() + font_size_ + 1,
216 pp::Point(offset, area_.y() + font_size_),
225 pp::Point(area_.x(), area_.y() + font_size_),
388 int font_size_; member in class:MyTextField

Completed in 180 milliseconds