Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-fallback.hh80 hb_bubble_sort (&glyphs[0], num_glyphs, OT::GlyphID::cmp, &substitutes[0]); in arabic_fallback_synthesize_lookup_single()
129hb_bubble_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]… in arabic_fallback_synthesize_lookup_ligature()
Dhb-private.hh854 hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *), T2 *array2) in hb_bubble_sort() function
887 hb_bubble_sort (T *array, unsigned int len, int(*compar)(const T *, const T *)) in hb_bubble_sort() function
889 hb_bubble_sort (array, len, compar, (int *) NULL); in hb_bubble_sort()
Dhb-ot-shape-complex-sea.cc236 hb_bubble_sort (info + start, end - start, compare_sea_order); in initial_reordering_consonant_syllable()
Dhb-ot-shape-normalize.cc354 hb_bubble_sort (buffer->info + i, end - i, compare_combining_class); in _hb_ot_shape_normalize()
Dhb-buffer.cc1531hb_bubble_sort (buffer->info + start, end - start - 1, compare_info_codepoint, buffer->pos + start… in normalize_glyphs_cluster()
1540hb_bubble_sort (buffer->info + start + 1, end - start - 1, compare_info_codepoint, buffer->pos + s… in normalize_glyphs_cluster()
Dhb-ot-shape-complex-myanmar.cc398 hb_bubble_sort (info + start, end - start, compare_myanmar_order); in initial_reordering_consonant_syllable()
Dhb-ot-shape-complex-indic.cc1015 hb_bubble_sort (info + start, end - start, compare_indic_order); in initial_reordering_consonant_syllable()