Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh104 unsigned int num_first_glyphs = 0; in arabic_fallback_synthesize_lookup_ligature() local
121 first_glyphs[num_first_glyphs].set (first_glyph); in arabic_fallback_synthesize_lookup_ligature()
122 ligature_per_first_glyph_count_list[num_first_glyphs] = 0; in arabic_fallback_synthesize_lookup_ligature()
123 first_glyphs_indirection[num_first_glyphs] = first_glyph_idx; in arabic_fallback_synthesize_lookup_ligature()
124 num_first_glyphs++; in arabic_fallback_synthesize_lookup_ligature()
126 …hb_stable_sort (&first_glyphs[0], num_first_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID … in arabic_fallback_synthesize_lookup_ligature()
129 for (unsigned int i = 0; i < num_first_glyphs; i++) in arabic_fallback_synthesize_lookup_ligature()
162 hb_array (first_glyphs, num_first_glyphs), in arabic_fallback_synthesize_lookup_ligature()
163 hb_array (ligature_per_first_glyph_count_list, num_first_glyphs), in arabic_fallback_synthesize_lookup_ligature()