Searched defs:g2d_image (Results 1 – 1 of 1) sorted by relevance
267 struct g2d_image { struct268 enum e_g2d_select_mode select_mode;269 enum e_g2d_color_mode color_mode;270 enum e_g2d_repeat_mode repeat_mode;271 enum e_g2d_scale_mode scale_mode;295 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, argument