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

  /external/chromium_org/ui/gfx/
font_list.h 114 // Extracts font style and size into |font_style_| and |font_size_|.
136 mutable int font_size_; member in class:gfx::FontList
platform_font_ios.h 44 int font_size_; member in class:gfx::PlatformFontIOS
platform_font_mac.h 45 int font_size_; member in class:gfx::PlatformFontMac
platform_font_win.h 97 int font_size() const { return font_size_; }
109 const int font_size_; member in class:gfx::PlatformFontWin::HFontRef
119 // If the requested font size is not possible for the font, |font_size_|
  /external/chromium_org/ppapi/examples/ime/
ime.cc 129 font_size_(height - 2),
134 desc.set_size(font_size_);
160 pp::Point(offset, area_.y() + font_size_),
182 pp::Point(offset, area_.y() + font_size_),
193 offset + lx + 2, area_.y() + font_size_ + 1,
214 pp::Point(offset, area_.y() + font_size_),
223 pp::Point(area_.x(), area_.y() + font_size_),
386 int font_size_; member in class:MyTextField

Completed in 232 milliseconds