Home
last modified time | relevance | path

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

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dxcore.h143 #define PutRegion(i,x,y) image_putRegion(nact->ags.dib,i,x,y) macro
H A Dsdl_core.h145 #define PutRegion(i,x,y) sdl_putRegion(i,x,y) macro
H A Dags.c379 PutRegion(region, x, y); in ags_putRegion()