Searched refs:mathKern (Results 1 – 1 of 1) sorted by relevance
301 unsigned int count = ARRAY_LENGTH (mathKern); in sanitize()303 if (unlikely (!mathKern[i].sanitize (c, base))) in sanitize()315 if (unlikely (idx >= ARRAY_LENGTH (mathKern))) return 0; in get_kerning()316 return (base+mathKern[idx]).get_value (correction_height, font); in get_kerning()322 OffsetTo<MathKern> mathKern[4]; member