Home
last modified time | relevance | path

Searched refs:Copy_to_alpha (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dxcore.h136 #define Copy_to_alpha(sx,sy,w,h,dx,dy,flg) image_copy_to_alpha(nact->ags.dib,sx,sy,w,h,dx,dy,flg) macro
H A Dsdl_core.h139 #define Copy_to_alpha(sx, sy, w, h, dx, dy, flg) sdl_copy_to_alpha(sx, sy, w, h, dx, dy, flg) macro
H A Dags.c578 Copy_to_alpha(sx, sy, w, h, dx, dy, flg); in ags_copyToAlpha()