Lines Matching refs:g2d_image
280 struct g2d_image { struct
308 int g2d_solid_fill(struct g2d_context *ctx, struct g2d_image *img, argument
311 int g2d_copy(struct g2d_context *ctx, struct g2d_image *src,
312 struct g2d_image *dst, unsigned int src_x,
315 int g2d_move(struct g2d_context *ctx, struct g2d_image *img,
318 int g2d_copy_with_scale(struct g2d_context *ctx, struct g2d_image *src,
319 struct g2d_image *dst, unsigned int src_x,
324 int g2d_blend(struct g2d_context *ctx, struct g2d_image *src,
325 struct g2d_image *dst, unsigned int src_x,
328 int g2d_scale_and_blend(struct g2d_context *ctx, struct g2d_image *src,
329 struct g2d_image *dst, unsigned int src_x, unsigned int src_y,