Home
last modified time | relevance | path

Searched defs:MATH (Results 1 – 6 of 6) sorted by relevance

/third_party/harfbuzz/src/
Dhb-ot-math-table.hh687 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 */
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-math-table.hh680 struct MATH struct
682 static constexpr hb_tag_t tableTag = HB_OT_TAG_MATH;
684 bool has_data () const { return version.to_int (); } in has_data()
686 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
696 hb_position_t get_constant (hb_ot_math_constant_t constant, in get_constant()
700 const MathGlyphInfo &get_glyph_info () const { return this+mathGlyphInfo; } in get_glyph_info()
702 const MathVariants &get_variants () const { return this+mathVariants; } in get_variants()
705 FixedVersion<>version; /* Version of the MATH table
707 OffsetTo<MathConstants> mathConstants;/* MathConstants table */
708 OffsetTo<MathGlyphInfo> mathGlyphInfo;/* MathGlyphInfo table */
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-math-table.hh994 struct MATH struct
996 static constexpr hb_tag_t tableTag = HB_OT_TAG_MATH;
998 bool has_data () const { return version.to_int (); } in has_data()
1000 void closure_glyphs (hb_set_t *glyph_set) const in closure_glyphs()
1010 bool subset (hb_subset_context_t *c) const in subset()
1022 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1032 hb_position_t get_constant (hb_ot_math_constant_t constant, in get_constant()
1036 const MathGlyphInfo &get_glyph_info () const { return this+mathGlyphInfo; } in get_glyph_info()
1038 const MathVariants &get_variants () const { return this+mathVariants; } in get_variants()
1041 FixedVersion<>version; /* Version of the MATH table
[all …]
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_030.cpp54 #define MATH(op, a, b) op( (a), (b)) macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUProperty.java208 public static final int MATH = 23; field
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java234 public static final int MATH = 23; field