Home
last modified time | relevance | path

Searched refs:cap_height (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/ots/src/
Dos2.cc195 !table.ReadS16(&os2->cap_height) || in ots_os2_parse()
206 if (os2->cap_height < 0) { in ots_os2_parse()
207 OTS_WARNING("bad cap_height: %d", os2->cap_height); in ots_os2_parse()
208 os2->cap_height = 0; in ots_os2_parse()
276 !out->WriteS16(os2->cap_height) || in ots_os2_serialise()
Dos2.h46 int16_t cap_height; member
/external/chromium_org/ui/gfx/
Dplatform_font_win.cc145 return font_ref_->cap_height(); in GetCapHeight()
249 const int cap_height = in CreateHFontRef() local
262 return new HFontRef(font, font_size, height, baseline, cap_height, in CreateHFontRef()
276 int cap_height, in HFontRef() argument
283 cap_height_(cap_height), in HFontRef()
Dplatform_font_win.h89 int cap_height,
97 int cap_height() const { return cap_height_; } in cap_height() function
Drender_text.cc63 const int cap_height = font_list.GetCapHeight(); in DetermineBaselineCenteringText() local
64 const int internal_leading = baseline - cap_height; in DetermineBaselineCenteringText()
70 display_height - ((internal_leading != 0) ? cap_height : font_height); in DetermineBaselineCenteringText()
/external/chromium_org/content/common/
Dsandbox_mac_fontloading_unittest.mm94 CGFloat cap_height = CTFontGetCapHeight(ct_font_ref);
96 if (cap_height <= 0.0) {
97 LOG(ERROR) << "Got bad value for CTFontGetCapHeight " << cap_height;