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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Darc.c450 struct arc_cb { struct
451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y);
452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y);
453 void (*bezier)(struct arc_cb *cb, struct bezier *bezier);
458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y)
462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y)
468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier)
474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y)
480 static void stroke_curve(struct arc_cb *cb, struct bezier *bezier)
489 static void stroke_emit_point(struct arc_cb *c
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c450 struct arc_cb { struct
451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y);
452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y);
453 void (*bezier)(struct arc_cb *cb, struct bezier *bezier);
458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y)
462 static void polygon_point(struct arc_cb *cb, VGfloat x, VGfloat y)
468 static void polygon_bezier(struct arc_cb *cb, struct bezier *bezier)
474 static void stroke_point(struct arc_cb *cb, VGfloat x, VGfloat y)
480 static void stroke_curve(struct arc_cb *cb, struct bezier *bezier)
489 static void stroke_emit_point(struct arc_cb *c
[all...]

Completed in 61 milliseconds