Searched refs:polygon_point_sorter (Results 1 – 2 of 2) sorted by relevance
/dports/devel/efl/efl-1.25.1/src/lib/evas/common/ |
H A D | evas_polygon_main.c | 104 polygon_point_sorter(const void *a, const void *b) in polygon_point_sorter() function 204 qsort(point, n, sizeof(RGBA_Vertex), polygon_point_sorter); in evas_common_polygon_draw() 374 qsort(point, n, sizeof(RGBA_Vertex), polygon_point_sorter); in evas_common_polygon_rgba_draw()
|
/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/gl_common/ |
H A D | evas_gl_polygon.c | 107 polygon_point_sorter(const void *a, const void *b) in polygon_point_sorter() function 200 qsort(point, n, sizeof(RGBA_Vertex), polygon_point_sorter); in evas_gl_common_poly_draw()
|