Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-math-table.hh559 struct MathGlyphInfo struct
561 bool subset (hb_subset_context_t *c) const in subset()
586 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
597 get_italics_correction (hb_codepoint_t glyph, hb_font_t *font) const in get_italics_correction()
601 get_top_accent_attachment (hb_codepoint_t glyph, hb_font_t *font) const in get_top_accent_attachment()
604 bool is_extended_shape (hb_codepoint_t glyph) const in is_extended_shape()
607 hb_position_t get_kerning (hb_codepoint_t glyph, in get_kerning()
613 hb_position_t get_kernings (hb_codepoint_t glyph, in get_kernings()
629 Offset16To<MathItalicsCorrectionInfo> mathItalicsCorrectionInfo;
633 Offset16To<MathTopAccentAttachment> mathTopAccentAttachment;
[all …]
/external/freetype/src/otvalid/
Dotvmath.c423 FT_UInt MathConstants, MathGlyphInfo, MathVariants; in otv_MATH_validate() local