Home
last modified time | relevance | path

Searched refs:arc_cb (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Darc.c450 struct arc_cb { struct
451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y); argument
452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y); argument
453 void (*bezier)(struct arc_cb *cb, struct bezier *bezier); argument
458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y) in cb_null_move() argument
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()
[all …]