Searched refs:correction_height (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-math-table.hh | 249 hb_position_t get_value (hb_position_t correction_height, hb_font_t *font) const in get_value() 269 if (sign * height < sign * correction_height) in get_value() 310 hb_position_t correction_height, in get_kerning() 316 return (base+mathKern[idx]).get_value (correction_height, font); in get_kerning() 340 hb_position_t correction_height, in get_kerning() 344 return mathKernInfoRecords[index].get_kerning (kern, correction_height, font, this); in get_kerning() 387 hb_position_t correction_height, in get_kerning() 389 { return (this+mathKernInfo).get_kerning (glyph, kern, correction_height, font); } in get_kerning()
|
D | hb-ot-math.cc | 179 hb_position_t correction_height) in hb_ot_math_get_glyph_kerning() argument 183 correction_height, in hb_ot_math_get_glyph_kerning()
|
D | hb-ot-math.h | 204 hb_position_t correction_height);
|