Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h3740 static void stbtt__sort_edges_quicksort(stbtt__edge * p, int n) function
3792 stbtt__sort_edges_quicksort(p, j);
3797 stbtt__sort_edges_quicksort(p + i, n - i);
3805 stbtt__sort_edges_quicksort(p, n);