Searched refs:hb_qsort (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-array.hh | 151 hb_qsort (arrayZ, length, this->get_item_size (), cmp_); in qsort() 157 hb_qsort (arrayZ, length, this->get_item_size (), Type::cmp); in qsort() 165 hb_qsort (arrayZ + start, end - start, this->get_item_size (), Type::cmp); in qsort()
|
D | hb-ot-post-table.hh | 160 hb_qsort (gids, count, sizeof (gids[0]), cmp_gids, (void *) this); in get_glyph_from_name()
|
D | hb-algs.hh | 851 hb_qsort (void *base, size_t nel, size_t width, in hb_qsort() function 862 hb_qsort (void *base, size_t nel, size_t width, in hb_qsort() function
|