Searched refs:matrix_map_point (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | path.c | 298 matrix_map_point(matrix, x0, y0, &x0, &y0); in close_polygon() 421 matrix_map_point(matrix, x0, y0, &x0, &y0); in path_get_fill_polygons() 433 matrix_map_point(matrix, x0, y0, &x0, &y0); in path_get_fill_polygons() 444 matrix_map_point(matrix, x0, y0, &x0, &y0); in path_get_fill_polygons() 455 matrix_map_point(matrix, x0, y0, &x0, &y0); in path_get_fill_polygons() 477 matrix_map_point(matrix, x0, y0, &x0, &y0); in path_get_fill_polygons() 478 matrix_map_point(matrix, x1, y1, &x1, &y1); in path_get_fill_polygons() 479 matrix_map_point(matrix, x2, y2, &x2, &y2); in path_get_fill_polygons() 480 matrix_map_point(matrix, x3, y3, &x3, &y3); in path_get_fill_polygons() 508 matrix_map_point(matrix, x0, y0, &x0, &y0); in path_get_fill_polygons() [all …]
|
D | api_path.c | 444 matrix_map_point(matrix, pts[0], pts[1], pts + 0, pts + 1); in vegaPathTransformedBounds() 445 matrix_map_point(matrix, pts[2], pts[3], pts + 2, pts + 3); in vegaPathTransformedBounds() 446 matrix_map_point(matrix, pts[4], pts[5], pts + 4, pts + 5); in vegaPathTransformedBounds() 447 matrix_map_point(matrix, pts[6], pts[7], pts + 6, pts + 7); in vegaPathTransformedBounds()
|
D | arc.c | 240 matrix_map_point(&matrix, in find_angles() 243 matrix_map_point(&matrix, in find_angles() 246 matrix_map_point(&matrix, in find_angles() 567 matrix_map_point(matrix, x, y, &x, &y); in arc_to_beziers() 574 matrix_map_point(matrix, x, y, &x, &y); in arc_to_beziers() 602 matrix_map_point(matrix, x, y, &x, &y); in arc_to_beziers()
|
D | bezier.c | 211 matrix_map_point(matrix, bez->x1, bez->y1, &bez->x1, &bez->y1); in bezier_transform() 212 matrix_map_point(matrix, bez->x2, bez->y2, &bez->x2, &bez->y2); in bezier_transform() 213 matrix_map_point(matrix, bez->x3, bez->y3, &bez->x3, &bez->y3); in bezier_transform() 214 matrix_map_point(matrix, bez->x4, bez->y4, &bez->x4, &bez->y4); in bezier_transform()
|
D | matrix.h | 152 static INLINE void matrix_map_point(struct matrix *mat, in matrix_map_point() function
|