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

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.h78 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1,
H A Dpath.c1369 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1410 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1450 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1487 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
H A Darc.c483 stroker_curve_to(stroker,
H A Dstroker.c827 void stroker_curve_to(struct stroker *stroker, VGfloat px1, VGfloat py1, function
835 debug_printf("stroker_curve_to(%f, %f, %f, %f, %f, %f)\n",

Completed in 255 milliseconds