Lines Matching refs:vic
123 struct vic;
126 int (*fill)(struct vic *vic, struct vic_image *output,
131 int (*blit)(struct vic *vic, struct vic_image *output,
133 int (*flip)(struct vic *vic, struct vic_image *output,
135 int (*execute)(struct vic *vic,
141 void (*free)(struct vic *vic);
144 struct vic {
153 struct vic **vicp);
154 void vic_free(struct vic *vic);
156 int vic_clear(struct vic *vic, struct vic_image *output, unsigned int alpha,
175 int vic_image_new(struct vic *vic, unsigned int width, unsigned int height,