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

  /external/chromium_org/third_party/ots/src/
os2.h 46 int16_t cap_height; member in struct:ots::OpenTypeOS2
  /external/chromium_org/ui/gfx/
platform_font_win.h 89 int cap_height,
97 int cap_height() const { return cap_height_; } function in class:gfx::PlatformFontWin::HFontRef
platform_font_win.cc 145 return font_ref_->cap_height();
249 const int cap_height = local
262 return new HFontRef(font, font_size, height, baseline, cap_height,
276 int cap_height,
283 cap_height_(cap_height),
render_text.cc 63 const int cap_height = font_list.GetCapHeight(); local
64 const int internal_leading = baseline - cap_height;
70 display_height - ((internal_leading != 0) ? cap_height : font_height);
    [all...]

Completed in 470 milliseconds