Searched refs:polygon_array (Results 1 – 3 of 3) sorted by relevance
67 struct polygon_array { struct73 void polygon_array_fill(struct polygon_array *polyarray, struct vg_context *ctx); argument
63 struct polygon_array polygon_array; member210 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 …]
304 void polygon_array_fill(struct polygon_array *polyarray, struct vg_context *ctx) in polygon_array_fill()