Searched refs:HB_OT_MATH_CONSTANT_MATH_LEADING (Results 1 – 3 of 3) sorted by relevance
97 return mathValueRecords[constant - HB_OT_MATH_CONSTANT_MATH_LEADING].get_x_value(font, this); in get_value()113 case HB_OT_MATH_CONSTANT_MATH_LEADING: in get_value()146 return mathValueRecords[constant - HB_OT_MATH_CONSTANT_MATH_LEADING].get_y_value(font, this); in get_value()
60 HB_OT_MATH_CONSTANT_MATH_LEADING = 4, enumerator
123 g_assert_cmpint((hb_ot_math_get_constant (hb_font, HB_OT_MATH_CONSTANT_MATH_LEADING)), ==, 300); in test_get_constant()