Searched defs:arc_cb (Results 1 – 1 of 1) sorted by relevance
450 struct arc_cb { struct451 void (*move)(struct arc_cb *cb, VGfloat x, VGfloat y); argument452 void (*point)(struct arc_cb *cb, VGfloat x, VGfloat y); argument453 void (*bezier)(struct arc_cb *cb, struct bezier *bezier); argument458 static void cb_null_move(struct arc_cb *cb, VGfloat x, VGfloat y) in cb_null_move() argument