Home
last modified time | relevance | path

Searched refs:correction_height (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh249 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()
Dhb-ot-math.cc179 hb_position_t correction_height) in hb_ot_math_get_glyph_kerning() argument
183 correction_height, in hb_ot_math_get_glyph_kerning()
Dhb-ot-math.h204 hb_position_t correction_height);