Lines Matching defs:MATH
687 struct MATH struct
689 static constexpr hb_tag_t tableTag = HB_OT_TAG_MATH;
691 bool has_data () const { return version.to_int (); } in has_data()
693 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
703 hb_position_t get_constant (hb_ot_math_constant_t constant, in get_constant()
707 const MathGlyphInfo &get_glyph_info () const { return this+mathGlyphInfo; } in get_glyph_info()
709 const MathVariants &get_variants () const { return this+mathVariants; } in get_variants()
712 FixedVersion<>version; /* Version of the MATH table
715 mathConstants; /* MathConstants table */
717 mathGlyphInfo; /* MathGlyphInfo table */
719 mathVariants; /* MathVariants table */