OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arc_cb
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
arc.c
450
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
*cb, VGfloat x, VGfloat y
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
arc.c
450
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
*cb, VGfloat x, VGfloat y
[
all
...]
Completed in 24 milliseconds