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

  /external/chromium_org/third_party/ots/src/
os2.h 46 int16_t cap_height; member in struct:ots::OpenTypeOS2
os2.cc 195 !table.ReadS16(&os2->cap_height) ||
206 if (os2->cap_height < 0) {
207 OTS_WARNING("bad cap_height: %d", os2->cap_height);
208 os2->cap_height = 0;
276 !out->WriteS16(os2->cap_height) ||
  /external/chromium_org/ui/gfx/
platform_font_win.h 88 int cap_height,
96 int cap_height() const { return cap_height_; } function in class:gfx::PlatformFontWin::HFontRef
platform_font_win.cc 153 return font_ref_->cap_height();
264 const int cap_height = local
277 return new HFontRef(font, font_size, height, baseline, cap_height,
322 int cap_height,
329 cap_height_(cap_height),
render_text.cc 69 const int cap_height = font_list.GetCapHeight(); local
70 const int internal_leading = baseline - cap_height;
76 display_height - ((internal_leading != 0) ? cap_height : font_height);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring.cc 15 int cap_height = std::min(bounds.height() / 2, margin * 2); local
18 bounds.width(), cap_height);
19 gfx::Rect bottom(bounds.x(), bounds.bottom() - cap_height,
20 bounds.width(), cap_height);
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 1416 SkScalar cap_height = 0.0f; local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 1411 SkScalar cap_height = 0.0f; local
    [all...]

Completed in 179 milliseconds