Home
last modified time | relevance | path

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

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dxcore.h128 #define DrawImage8_fromData(info,x,y,w,h) image_drawImage8_fromData(nact->ags.dib, info,x,y,w,h) macro
H A Dsdl_core.h131 #define DrawImage8_fromData(info,x,y,w,h) sdl_drawImage8_fromData(info,x,y,w,h) macro
H A Dags.c422 DrawImage8_fromData(cg, x, y, w, h); in ags_drawCg8bit()