Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shaper-arabic-fallback.hh86 hb_stable_sort (&glyphs[0], num_glyphs, in arabic_fallback_synthesize_lookup_single()
138 hb_stable_sort (&first_glyphs[0], num_first_glyphs, in arabic_fallback_synthesize_lookup_ligature()
Dhb-buffer.cc2099hb_stable_sort (buffer->info + start, end - start - 1, compare_info_codepoint, buffer->pos + start… in normalize_glyphs_cluster()
2108hb_stable_sort (buffer->info + start + 1, end - start - 1, compare_info_codepoint, buffer->pos + s… in normalize_glyphs_cluster()
Dhb-ot-shaper-indic.cc746 hb_stable_sort (info + start, end - start, compare_indic_order); in initial_reordering_consonant_syllable()
Dhb-algs.hh1346 hb_stable_sort (T *array, unsigned int len, int(*compar)(const T2 *, const T2 *), T3 *array2 = null… in hb_stable_sort() function