Home
last modified time | relevance | path

Searched defs: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