6#ifndef __DRAW_BLENDING_H__
7#define __DRAW_BLENDING_H__
14#define BLEND_COLOR_SOURCE 0
15#define BLEND_COLOR_DEST 1
16#define BLEND_COLOR_ZERO 2
18#define BLEND_ALPHA_SOURCE 0
19#define BLEND_ALPHA_DEST 1
20#define BLEND_ALPHA_FIXED 2
23#define ALPHA_CORRECT_RGBA32 0
24#define ALPHA_CORRECT_RGBA16 1
31 unsigned char fixed_alpha;
qword_t * draw_pixel_alpha_control(qword_t *q, int enable)
qword_t * draw_alpha_correction(qword_t *q, int context, int alpha)
qword_t * draw_alpha_blending(qword_t *q, int context, blend_t *blend)