HelenOS sources
gfx_span_points_sort 48 uspace/lib/gfx/include/gfx/coord.h extern void gfx_span_points_sort(gfx_coord_t, gfx_coord_t, gfx_coord_t *,
gfx_span_points_sort 274 uspace/lib/gfx/src/coord.c gfx_span_points_sort(src->p0.x, src->p1.x, &dest->p0.x, &dest->p1.x);
gfx_span_points_sort 275 uspace/lib/gfx/src/coord.c gfx_span_points_sort(src->p0.y, src->p1.y, &dest->p0.y, &dest->p1.y);
gfx_span_points_sort 244 uspace/lib/gfx/test/coord.c gfx_span_points_sort(1, 2, &a, &b);
gfx_span_points_sort 254 uspace/lib/gfx/test/coord.c gfx_span_points_sort(1, 1, &a, &b);
gfx_span_points_sort 264 uspace/lib/gfx/test/coord.c gfx_span_points_sort(1, 0, &a, &b);
gfx_span_points_sort 643 uspace/lib/gfx/test/coord.c gfx_span_points_sort(1, 2, &s0, &s1);
gfx_span_points_sort 653 uspace/lib/gfx/test/coord.c gfx_span_points_sort(2, 1, &s0, &s1);
HelenOS homepage, sources at GitHub