Searched refs:stroke_iterator (Results 1 – 1 of 1) sorted by relevance
66 struct stroke_iterator { struct67 void (*next)(struct stroke_iterator *); argument68 VGboolean (*has_next)(struct stroke_iterator *); argument70 VGPathCommand (*current_command)(struct stroke_iterator *it); argument71 void (*current_coords)(struct stroke_iterator *it, VGfloat *coords); argument85 static VGPathCommand stroke_itr_command(struct stroke_iterator *itr) in stroke_itr_command() argument90 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 …]