Home | History | Annotate | Download | only in exynos

Lines Matching full:blend

778  * g2d_blend - blend image data in source and destination buffers.
791 * @op: blend operation type.
801 union g2d_blend_func_val blend;
843 blend.val = 0;
871 blend.val = g2d_get_blend_op(op);
873 g2d_add_cmd(ctx, BLEND_FUNCTION_REG, blend.val);
893 * g2d_scale_and_blend - apply scaling to source buffer and then blend to destination buffer
908 * @op: blend operation type.
919 union g2d_blend_func_val blend;
962 blend.val = 0;
996 blend.val = g2d_get_blend_op(op);
998 g2d_add_cmd(ctx, BLEND_FUNCTION_REG, blend.val);