Searched defs:MathConstants (Results 1 – 6 of 6) sorted by relevance
60 struct MathConstants struct62 bool sanitize_math_value_records (hb_sanitize_context_t *c) const in sanitize_math_value_records()74 bool sanitize (hb_sanitize_context_t *c) const in sanitize()80 hb_position_t get_value (hb_ot_math_constant_t constant, in get_value()157 HBINT16 percentScaleDown[2];158 HBUINT16 minHeight[2];159 MathValueRecord mathValueRecords[51];160 HBINT16 radicalDegreeBottomRaisePercent;
70 struct MathConstants struct72 MathConstants* copy (hb_serialize_context_t *c) const in copy()95 bool sanitize_math_value_records (hb_sanitize_context_t *c) const in sanitize_math_value_records()107 bool sanitize (hb_sanitize_context_t *c) const in sanitize()113 hb_position_t get_value (hb_ot_math_constant_t constant, in get_value()190 HBINT16 percentScaleDown[2];191 HBUINT16 minHeight[2];192 MathValueRecord mathValueRecords[51];193 HBINT16 radicalDegreeBottomRaisePercent;
423 FT_UInt MathConstants, MathGlyphInfo, MathVariants; in otv_MATH_validate() local