Searched defs:g2d_image (Results 1 – 1 of 1) sorted by relevance
280 struct g2d_image { struct281 enum e_g2d_select_mode select_mode;282 enum e_g2d_color_mode color_mode;283 enum e_g2d_repeat_mode repeat_mode;284 enum e_g2d_scale_mode scale_mode;308 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, argument