Home
last modified time | relevance | path

Searched refs:ags_copyAreaSP (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dcmdv.c436 ags_copyAreaSP(img->x0Unit + cxUnit * unit_x, in commandVF()
552 ags_copyAreaSP(img->x0Unit + cxUnit * unit_x, in commandVE()
691 ags_copyAreaSP(img->x0Unit + cxUnit * unit_x, in commandVIC()
938 ags_copyAreaSP(VAcmd[no].srcX + VAcmd[no].unitWidth * unitX, in va_drawUnit()
H A Dcmdc.c53 ags_copyAreaSP(src_x, src_y, width, height, dst_x, dst_y, sprite); in commandCS()
H A Dags.h184 extern void ags_copyAreaSP(int sx, int sy, int w, int h, int dx, int dy, int col);
H A Dags.c310 void ags_copyAreaSP(int sx, int sy, int w, int h, int dx, int dy, int col) { in ags_copyAreaSP() function
H A Decopy.c1257 ags_copyAreaSP(sx, sy, w, h, dx, dy, spCol); in ags_eCopyArea()