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-shape-complex-arabic-fallback.hh80hb_stable_sort (&glyphs[0], num_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) OT::Glyp… in arabic_fallback_synthesize_lookup_single()
126hb_stable_sort (&first_glyphs[0], num_first_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID … in arabic_fallback_synthesize_lookup_ligature()
Dhb-dsalgs.hh506 hb_stable_sort (T *array, unsigned int len, int(*compar)(const T *, const T *), T2 *array2) in hb_stable_sort() function
531 hb_stable_sort (T *array, unsigned int len, int(*compar)(const T *, const T *)) in hb_stable_sort() function
533 hb_stable_sort (array, len, compar, (int *) nullptr); in hb_stable_sort()
Dhb-buffer.cc1828hb_stable_sort (buffer->info + start, end - start - 1, compare_info_codepoint, buffer->pos + start… in normalize_glyphs_cluster()
1837hb_stable_sort (buffer->info + start + 1, end - start - 1, compare_info_codepoint, buffer->pos + s… in normalize_glyphs_cluster()
Dhb-ot-shape-complex-indic.cc772 hb_stable_sort (info + start, end - start, compare_indic_order); in initial_reordering_consonant_syllable()