Searched refs:stroker_add_segment (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | stroker.c | 750 static void stroker_add_segment(struct stroker *stroker, in stroker_add_segment() function 811 stroker_add_segment(stroker, VG_MOVE_TO_ABS, coords, 2); in stroker_move_to() 822 stroker_add_segment(stroker, VG_MOVE_TO_ABS, zero_coords, 2); in stroker_line_to() 824 stroker_add_segment(stroker, VG_LINE_TO_ABS, coords, 2); in stroker_line_to() 839 stroker_add_segment(stroker, VG_MOVE_TO_ABS, zero_coords, 2); in stroker_curve_to() 841 stroker_add_segment(stroker, VG_CUBIC_TO_ABS, coords, 6); in stroker_curve_to()
|