SDL_riscosFullScreenVideo.c | 94 extern void RISCOS_Put32(void *to, int pixels, int pitch, int rows, void *from, int src_skip_bytes); 411 int src_skip_bytes; local 426 src_skip_bytes = pitch - width_bytes; 428 RISCOS_Put32(to, (width_bytes >> 2), pitch, (int)rects->h, from, src_skip_bytes); local 441 int src_skip_bytes; local 455 src_skip_bytes = pitch - width_bytes; 457 RISCOS_Put32(to, (width_bytes >> 2), pitch, (int)rects->h, from, src_skip_bytes); local
|