HomeSort by relevance Sort by last modified time
    Searched refs:polygon_array (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.h 67 struct polygon_array { struct
73 void polygon_array_fill(struct polygon_array *polyarray, struct vg_context *ctx);
path.c 63 struct polygon_array polygon_array; member in struct:path::__anon19465
210 static void polygon_array_cleanup(struct polygon_array *polyarray)
232 polygon_array_cleanup(&p->fill_polys.polygon_array);
321 static void polygon_array_calculate_bounds( struct polygon_array *polyarray )
360 static struct polygon_array * path_get_fill_polygons(struct path *p, struct matrix *matrix)
372 if (p->fill_polys.polygon_array.array)
378 return &p->fill_polys.polygon_array;
381 polygon_array_cleanup(&p->fill_polys.polygon_array);
617 p->fill_polys.polygon_array.array = array
1602 struct polygon_array *polygon_array = path_get_fill_polygons(p, &identity); local
    [all...]
polygon.c 304 void polygon_array_fill(struct polygon_array *polyarray, struct vg_context *ctx)

Completed in 505 milliseconds