OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stroke_iterator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c
66
struct
stroke_iterator
{
struct
67
void (*next)(struct
stroke_iterator
*);
68
VGboolean (*has_next)(struct
stroke_iterator
*);
70
VGPathCommand (*current_command)(struct
stroke_iterator
*it);
71
void (*current_coords)(struct
stroke_iterator
*it, VGfloat *coords);
85
static VGPathCommand stroke_itr_command(struct
stroke_iterator
*itr)
90
static void stroke_itr_coords(struct
stroke_iterator
*itr, VGfloat *coords)
95
static void stroke_fw_itr_coords(struct
stroke_iterator
*itr, VGfloat *coords)
122
static void stroke_bw_itr_coords(struct
stroke_iterator
*itr, VGfloat *coords)
149
static VGPathCommand stroke_fw_current_command(struct
stroke_iterator
*it
[
all
...]
/external/mesa3d/src/gallium/state_trackers/vega/
stroker.c
66
struct
stroke_iterator
{
struct
67
void (*next)(struct
stroke_iterator
*);
68
VGboolean (*has_next)(struct
stroke_iterator
*);
70
VGPathCommand (*current_command)(struct
stroke_iterator
*it);
71
void (*current_coords)(struct
stroke_iterator
*it, VGfloat *coords);
85
static VGPathCommand stroke_itr_command(struct
stroke_iterator
*itr)
90
static void stroke_itr_coords(struct
stroke_iterator
*itr, VGfloat *coords)
95
static void stroke_fw_itr_coords(struct
stroke_iterator
*itr, VGfloat *coords)
122
static void stroke_bw_itr_coords(struct
stroke_iterator
*itr, VGfloat *coords)
149
static VGPathCommand stroke_fw_current_command(struct
stroke_iterator
*it
[
all
...]
Completed in 72 milliseconds