Lines Matching refs:stroker
476 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_point() local
477 stroker_line_to(stroker, x, y); in stroke_point()
482 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_curve() local
483 stroker_curve_to(stroker, in stroke_curve()
491 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_point() local
492 stroker_emit_line_to(stroker, x, y); in stroke_emit_point()
497 struct stroker *stroker = (struct stroker*)cb->user_data; in stroke_emit_curve() local
498 stroker_emit_curve_to(stroker, in stroke_emit_curve()
670 struct stroker *stroke, in arc_stroke_cb()
684 struct stroker *stroker, in arc_stroker_emit() argument
692 cb.user_data = stroker; in arc_stroker_emit()