Searched refs:stroker_curve_to (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | stroker.h | 78 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
|
D | path.c | 1369 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3); in path_create_stroke() 1410 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3); in path_create_stroke() 1450 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3); in path_create_stroke() 1487 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3); in path_create_stroke()
|
D | arc.c | 483 stroker_curve_to(stroker, in stroke_curve()
|
D | stroker.c | 827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_curve_to() function
|