Home
last modified time | relevance | path

Searched refs:stroke_iterator (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
Dstroker.c66 struct stroke_iterator { struct
67 void (*next)(struct stroke_iterator *); argument
68 VGboolean (*has_next)(struct stroke_iterator *); argument
70 VGPathCommand (*current_command)(struct stroke_iterator *it); argument
71 void (*current_coords)(struct stroke_iterator *it, VGfloat *coords); argument
85 static VGPathCommand stroke_itr_command(struct stroke_iterator *itr) in stroke_itr_command() argument
90 static void stroke_itr_coords(struct stroke_iterator *itr, VGfloat *coords) in stroke_itr_coords()
95 static void stroke_fw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) in stroke_fw_itr_coords()
122 static void stroke_bw_itr_coords(struct stroke_iterator *itr, VGfloat *coords) in stroke_bw_itr_coords()
149 static VGPathCommand stroke_fw_current_command(struct stroke_iterator *it) in stroke_fw_current_command()
[all …]