Home | History | Annotate | Download | only in vega

Lines Matching refs:stroker

29 #include "stroker.h"
1238 struct dash_stroker stroker;
1267 dash_stroker_init((struct stroker *)&stroker, vg_state);
1269 stroker_init((struct stroker *)&stroker, vg_state);
1271 stroker_begin((struct stroker *)&stroker);
1283 stroker_line_to((struct stroker *)&stroker, x0, y0);
1298 stroker_move_to((struct stroker *)&stroker, x0, y0);
1310 stroker_line_to((struct stroker *)&stroker, x0, y0);
1321 stroker_line_to((struct stroker *)&stroker, x0, y0);
1332 stroker_line_to((struct stroker *)&stroker, x0, y0);
1357 stroker_line_to((struct stroker *)&stroker, x3, y3);
1369 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1400 stroker_line_to((struct stroker *)&stroker, x3, y3);
1410 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1440 stroker_line_to((struct stroker *)&stroker, x3, y3);
1450 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1475 stroker_line_to((struct stroker *)&stroker, x3, y3);
1487 stroker_curve_to((struct stroker *)&stroker, x1, y1, x2, y2, x3, y3);
1511 stroker_line_to((struct stroker *)&stroker, x1, y1);
1516 arc_stroke_cb(&arc, (struct stroker *)&stroker,
1530 stroker_end((struct stroker *)&stroker);
1533 dash_stroker_cleanup((struct dash_stroker *)&stroker);
1535 stroker_cleanup((struct stroker *)&stroker);
1537 p->stroked.path = stroker.base.path;
1545 return stroker.base.path;