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_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_ios.h 44 int font_size_; member in class:gfx::PlatformFontIOS
platform_font_mac.h 49 int font_size_; member in class:gfx::PlatformFontMac
platform_font_win.h 99 int font_size() const { return font_size_; }
111 const int font_size_; member in class:gfx::PlatformFontWin::HFontRef
122 // If the requested font size is not possible for the font, |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 133 milliseconds