HomeSort by relevance Sort by last modified time
    Searched full:src_skip_bytes (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
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

Completed in 31 milliseconds