Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dpolygon.h67 struct polygon_array { struct
73 void polygon_array_fill(struct polygon_array *polyarray, struct vg_context *ctx); argument
Dpath.c63 struct polygon_array polygon_array; member
210 static void polygon_array_cleanup(struct polygon_array *polyarray) in polygon_array_cleanup()
232 polygon_array_cleanup(&p->fill_polys.polygon_array); in path_destroy()
321 static void polygon_array_calculate_bounds( struct polygon_array *polyarray ) in polygon_array_calculate_bounds()
360 static struct polygon_array * path_get_fill_polygons(struct path *p, struct matrix *matrix) in path_get_fill_polygons()
372 if (p->fill_polys.polygon_array.array) in path_get_fill_polygons()
378 return &p->fill_polys.polygon_array; in path_get_fill_polygons()
381 polygon_array_cleanup(&p->fill_polys.polygon_array); in path_get_fill_polygons()
617 p->fill_polys.polygon_array.array = array; in path_get_fill_polygons()
620 polygon_array_calculate_bounds( &p->fill_polys.polygon_array ); in path_get_fill_polygons()
[all …]
Dpolygon.c304 void polygon_array_fill(struct polygon_array *polyarray, struct vg_context *ctx) in polygon_array_fill()