Searched refs:cap_height (Results 1 – 6 of 6) sorted by relevance
195 !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()
46 int16_t cap_height; member
145 return font_ref_->cap_height(); in GetCapHeight()249 const int cap_height = in CreateHFontRef() local262 return new HFontRef(font, font_size, height, baseline, cap_height, in CreateHFontRef()276 int cap_height, in HFontRef() argument283 cap_height_(cap_height), in HFontRef()
89 int cap_height,97 int cap_height() const { return cap_height_; } in cap_height() function
63 const int cap_height = font_list.GetCapHeight(); in DetermineBaselineCenteringText() local64 const int internal_leading = baseline - cap_height; in DetermineBaselineCenteringText()70 display_height - ((internal_leading != 0) ? cap_height : font_height); in DetermineBaselineCenteringText()
94 CGFloat cap_height = CTFontGetCapHeight(ct_font_ref);96 if (cap_height <= 0.0) {97 LOG(ERROR) << "Got bad value for CTFontGetCapHeight " << cap_height;