Lines Matching defs:cb
458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y) in cb_null_move()
462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y) in polygon_point()
468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier) in polygon_bezier()
474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y) in stroke_point()
480 static void stroke_curve(struct arc_cb *cb, struct bezier *bezier) in stroke_curve()
489 static void stroke_emit_point(struct arc_cb *cb, VGfloat x, VGfloat y) in stroke_emit_point()
495 static void stroke_emit_curve(struct arc_cb *cb, struct bezier *bezier) in stroke_emit_curve()
504 static void arc_path_move(struct arc_cb *cb, VGfloat x, VGfloat y) in arc_path_move()
510 static void arc_path_point(struct arc_cb *cb, VGfloat x, VGfloat y) in arc_path_point()
516 static void arc_path_bezier(struct arc_cb *cb, struct bezier *bezier) in arc_path_bezier()
554 struct arc_cb cb, in arc_to_beziers()
659 struct arc_cb cb; in arc_add_to_polygon() local
673 struct arc_cb cb; in arc_stroke_cb() local
687 struct arc_cb cb; in arc_stroker_emit() local
701 struct arc_cb cb; in arc_to_path() local