Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2175 static void stbtt__sort_edges_quicksort(stbtt__edge *p, int n) in stbtt__sort_edges_quicksort() function
2227 stbtt__sort_edges_quicksort(p,j); in stbtt__sort_edges_quicksort()
2231 stbtt__sort_edges_quicksort(p+i, n-i); in stbtt__sort_edges_quicksort()
2239 stbtt__sort_edges_quicksort(p, n); in stbtt__sort_edges()