Home
last modified time | relevance | path

Searched refs:DTS_BLEND (Results 1 – 6 of 6) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/src/c/
H A Dcspr.h124 c = DTS_BLEND(trans_blender, GET_PIXEL(d), c); in FUNC_LINEAR_DRAW_SPRITE_EX()
151 c = DTS_BLEND(trans_blender, GET_PIXEL(d), c); in FUNC_LINEAR_DRAW_SPRITE_EX()
625 c = DTS_BLEND(blender, GET_PIXEL(ds), c); in FUNC_LINEAR_DRAW_TRANS_SPRITE()
629 c = DTS_BLEND(blender, GET_PIXEL(ds), c); in FUNC_LINEAR_DRAW_TRANS_SPRITE()
649 c = DTS_BLEND(blender, GET_PIXEL(ds), c); in FUNC_LINEAR_DRAW_TRANS_SPRITE()
653 c = DTS_BLEND(blender, GET_PIXEL(ds), c); in FUNC_LINEAR_DRAW_TRANS_SPRITE()
670 c = DTS_BLEND(blender, GET_MEMORY_PIXEL(d), c); in FUNC_LINEAR_DRAW_TRANS_SPRITE()
674 c = DTS_BLEND(blender, GET_MEMORY_PIXEL(d), c); in FUNC_LINEAR_DRAW_TRANS_SPRITE()
1222 unsigned long col = DTS_BLEND(blender, GET_PIXEL(ds), *s); in FUNC_LINEAR_DRAW_TRANS_RLE_SPRITE()
1230 unsigned long col = DTS_BLEND(blender, GET_PIXEL(ds), *s); in FUNC_LINEAR_DRAW_TRANS_RLE_SPRITE()
[all …]
H A Dcdefs32.h47 #define DTS_BLEND(b,o,n) ((*(b))((n), (o), _blender_alpha)) macro
H A Dcdefs8.h47 #define DTS_BLEND(b,o,n) ((b)->data[(n)& 0xFF][(o) & 0xFF]) macro
H A Dcdefs16.h47 #define DTS_BLEND(b,o,n) ((*(b))((n), (o), _blender_alpha)) macro
H A Dcdefs15.h46 #define DTS_BLEND(b,o,n) ((*(b))((n), (o), _blender_alpha)) macro
H A Dcdefs24.h46 #define DTS_BLEND(b,o,n) ((*(b))((n), (o), _blender_alpha)) macro