Home
last modified time | relevance | path

Searched refs:get_variants (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-math.cc218 return font->face->table.MATH->get_variants().get_glyph_variants (glyph, direction, font, in hb_ot_math_get_glyph_variants()
246 return font->face->table.MATH->get_variants().get_min_connector_overlap (direction, font); in hb_ot_math_get_min_connector_overlap()
283 return font->face->table.MATH->get_variants().get_glyph_parts (glyph, in hb_ot_math_get_glyph_assembly()
Dhb-ot-math-table.hh548 unsigned int get_variants (hb_direction_t direction, in get_variants() function
612 .get_variants (direction, font, start_offset, variants_count, variants); } in get_glyph_variants()
702 const MathVariants &get_variants () const { return this+mathVariants; } in get_variants() function