HomeSort by relevance Sort by last modified time
    Searched refs:hb_stable_sort (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 80 hb_stable_sort (&glyphs[0], num_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) OT::GlyphID::cmp, &substitutes[0]);
126 hb_stable_sort (&first_glyphs[0], num_first_glyphs, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) OT::GlyphID::cmp, &first_glyphs_indirection[0]);
hb-dsalgs.hh 506 hb_stable_sort (T *array, unsigned int len, int(*compar)(const T *, const T *), T2 *array2) function
531 hb_stable_sort (T *array, unsigned int len, int(*compar)(const T *, const T *)) function
533 hb_stable_sort (array, len, compar, (int *) nullptr);
hb-buffer.cc     [all...]
hb-ot-shape-complex-indic.cc 772 hb_stable_sort (info + start, end - start, compare_indic_order);
    [all...]

Completed in 462 milliseconds