Home
last modified time | relevance | path

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

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dxcore.h126 #define WrapColor(x,y,w,h,p1,p2) image_wrapColor(nact->ags.dib,x,y,w,h,p1,p2) macro
H A Dsdl_core.h129 #define WrapColor(x,y,w,h,col,rate) sdl_wrapColor((x),(y),(w),(h),(col),(rate)) macro
H A Dags.c324 WrapColor(x, y, w, h, p1, p2); in ags_wrapColor()