HomeSort by relevance Sort by last modified time
    Searched refs:RISCOS_Put32 (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 27 EXPORT |RISCOS_Put32|
43 RISCOS_Put32 ROUT
SDL_riscosFullScreenVideo.c 94 extern void RISCOS_Put32(void *to, int pixels, int pitch, int rows, void *from, int src_skip_bytes);
428 RISCOS_Put32(to, (width_bytes >> 2), pitch, (int)rects->h, from, src_skip_bytes);
457 RISCOS_Put32(to, (width_bytes >> 2), pitch, (int)rects->h, from, src_skip_bytes);
476 RISCOS_Put32(to, width, pitch, (int)rects->h, from, pitch - (width << 2));

Completed in 32 milliseconds