Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h3257 static void stbtt__sort_edges_quicksort(stbtt__edge *p, int n) in stbtt__sort_edges_quicksort() function
3309 stbtt__sort_edges_quicksort(p,j); in stbtt__sort_edges_quicksort()
3313 stbtt__sort_edges_quicksort(p+i, n-i); in stbtt__sort_edges_quicksort()
3321 stbtt__sort_edges_quicksort(p, n); in stbtt__sort_edges()