Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh66 unsigned int count = ARRAY_LENGTH (mathValueRecords); in sanitize_math_value_records()
68 if (!mathValueRecords[i].sanitize (c, this)) in sanitize_math_value_records()
97 return mathValueRecords[constant - HB_OT_MATH_CONSTANT_MATH_LEADING].get_x_value (font, this); in get_value()
146 return mathValueRecords[constant - HB_OT_MATH_CONSTANT_MATH_LEADING].get_y_value (font, this); in get_value()
159 MathValueRecord mathValueRecords[51]; member