Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh105 unsigned int first_glyphs_indirection[ARRAY_LENGTH_CONST (ligature_table)]; in arabic_fallback_synthesize_lookup_ligature() local
126 first_glyphs_indirection[num_first_glyphs] = first_glyph_idx; in arabic_fallback_synthesize_lookup_ligature()
129 …hb_stable_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]… in arabic_fallback_synthesize_lookup_ligature()
134 unsigned int first_glyph_idx = first_glyphs_indirection[i]; in arabic_fallback_synthesize_lookup_ligature()