Searched refs:ags_copyAreaSP (Results 1 – 5 of 5) sorted by relevance
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/ |
H A D | cmdv.c | 436 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 D | cmdc.c | 53 ags_copyAreaSP(src_x, src_y, width, height, dst_x, dst_y, sprite); in commandCS()
|
H A D | ags.h | 184 extern void ags_copyAreaSP(int sx, int sy, int w, int h, int dx, int dy, int col);
|
H A D | ags.c | 310 void ags_copyAreaSP(int sx, int sy, int w, int h, int dx, int dy, int col) { in ags_copyAreaSP() function
|
H A D | ecopy.c | 1257 ags_copyAreaSP(sx, sy, w, h, dx, dy, spCol); in ags_eCopyArea()
|