Searched refs:polygon_vertex_append (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | polygon.h | 47 void polygon_vertex_append(struct polygon *p,
|
D | bezier.c | 95 polygon_vertex_append(poly, bez->x1, bez->y1); in bezier_to_polygon() 124 polygon_vertex_append(poly, b->x4, b->y4); in bezier_add_to_polygon() 701 polygon_vertex_append(poly, bez->x1, bez->y1); in bezier_exact_bounds()
|
D | polygon.c | 142 void polygon_vertex_append(struct polygon *p, in polygon_vertex_append() function
|
D | path.c | 299 polygon_vertex_append(current, x0, y0); in close_polygon() 422 polygon_vertex_append(current, x0, y0); in path_get_fill_polygons() 434 polygon_vertex_append(current, x0, y0); in path_get_fill_polygons() 445 polygon_vertex_append(current, x0, y0); in path_get_fill_polygons() 456 polygon_vertex_append(current, x0, y0); in path_get_fill_polygons()
|
D | arc.c | 465 polygon_vertex_append(poly, x, y); in polygon_point()
|