Home
last modified time | relevance | path

Searched defs:APPLY_ALPHA_TO_CHAN (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dtransform.c3416 #define APPLY_ALPHA_TO_CHAN(chan) ({int __s = chan; int __c = c##chan; __c += (( __s - __c)*4096)/… in color2alpha_asimage() macro
3418 #define APPLY_ALPHA_TO_CHAN(chan) chan in color2alpha_asimage() macro
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dtransform.c3416 #define APPLY_ALPHA_TO_CHAN(chan) ({int __s = chan; int __c = c##chan; __c += (( __s - __c)*4096)/… in color2alpha_asimage() macro
3418 #define APPLY_ALPHA_TO_CHAN(chan) chan in color2alpha_asimage() macro