Home
last modified time | relevance | path

Searched refs:HB_OT_MATH_CONSTANT_MATH_LEADING (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh97 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()
Dhb-ot-math.h63 HB_OT_MATH_CONSTANT_MATH_LEADING = 4, enumerator
/external/harfbuzz_ng/test/api/
Dtest-ot-face.c84 hb_ot_math_get_constant (font, HB_OT_MATH_CONSTANT_MATH_LEADING); in test_face()
Dtest-ot-math.c127 g_assert_cmpint((hb_ot_math_get_constant (hb_font, HB_OT_MATH_CONSTANT_MATH_LEADING)), ==, 300); in test_get_constant()