Lines Matching defs:blend
773 * g2d_blend - blend image data in source and destination buffers.
786 * @op: blend operation type.
796 union g2d_blend_func_val blend;
838 blend.val = 0;
866 blend.val = g2d_get_blend_op(op);
868 g2d_add_cmd(ctx, BLEND_FUNCTION_REG, blend.val);
888 * g2d_scale_and_blend - apply scaling to source buffer and then blend to destination buffer
903 * @op: blend operation type.
914 union g2d_blend_func_val blend;
957 blend.val = 0;
991 blend.val = g2d_get_blend_op(op);
993 g2d_add_cmd(ctx, BLEND_FUNCTION_REG, blend.val);