Home
last modified time | relevance | path

Searched defs:MathVariants (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh580 struct MathVariants struct
582 bool sanitize_offsets (hb_sanitize_context_t *c) const in sanitize_offsets()
591 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
601 hb_position_t get_min_connector_overlap (hb_direction_t direction, in get_min_connector_overlap()
605 unsigned int get_glyph_variants (hb_codepoint_t glyph, in get_glyph_variants()
614 unsigned int get_glyph_parts (hb_codepoint_t glyph, in get_glyph_parts()
629 get_glyph_construction (hb_codepoint_t glyph, in get_glyph_construction()
648 HBUINT16 minConnectorOverlap; /* Minimum overlap of connecting
651 OffsetTo<Coverage> vertGlyphCoverage; /* Offset to Coverage table -
654 OffsetTo<Coverage> horizGlyphCoverage; /* Offset to Coverage table -
[all …]
/external/freetype/src/otvalid/
Dotvmath.c423 FT_UInt MathConstants, MathGlyphInfo, MathVariants; in otv_MATH_validate() local