Home
last modified time | relevance | path

Searched refs:stroker_curve_to (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dstroker.h78 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
Dpath.c1369 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()
Darc.c483 stroker_curve_to(stroker, in stroke_curve()
Dstroker.c827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, in stroker_curve_to() function