Home
last modified time | relevance | path

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

/dports/devel/allegro/allegro-4.4.3.1/src/c/
H A Dcgfx.h47 unsigned long c = PP_BLEND(blender, GET_PIXEL(s), color); in FUNC_LINEAR_PUTPIXEL()
149 unsigned long c = PP_BLEND(blender, GET_PIXEL(s), color); in FUNC_LINEAR_HLINE()
H A Dcdefs32.h42 #define PP_BLEND(b,o,n) ((*(b))((n), (o), _blender_alpha)) macro
H A Dcdefs8.h42 #define PP_BLEND(b,o,n) ((b)[(o) & 0xFF]) macro
H A Dcdefs16.h42 #define PP_BLEND(b,o,n) ((*(b))((n), (o), _blender_alpha)) macro
H A Dcdefs15.h41 #define PP_BLEND(b,o,n) ((*(b))((n), (o), _blender_alpha)) macro
H A Dcdefs24.h41 #define PP_BLEND(b,o,n) ((*(b))((n), (o), _blender_alpha)) macro