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