Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-nogui1.h20 void fill_two_sided_polygons(graphics_context *ax, point_t *points, point_t *points1, int num);
H A Dsnd-x1.h24 void fill_two_sided_polygons(graphics_context *ax, point_t *points, point_t *points1, int num);
H A Dsnd-nogui.c30 void fill_two_sided_polygons(graphics_context *ax, point_t *points, point_t *points1, int num) {}
H A Dsnd-draw.c48 fill_two_sided_polygons(ax, points, points1, j); in draw_both_grf_points()
H A Dsnd-motif.c1006 void fill_two_sided_polygons(graphics_context *ax, point_t *points, point_t *points1, int num) in fill_two_sided_polygons() function