Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosFullScreenVideo.c94 extern void RISCOS_Put32(void *to, int pixels, int pitch, int rows, void *from, int src_skip_bytes);
411 int src_skip_bytes; in FULLSCREEN_UpdateRects8bpp() local
426 src_skip_bytes = pitch - width_bytes; in FULLSCREEN_UpdateRects8bpp()
428 RISCOS_Put32(to, (width_bytes >> 2), pitch, (int)rects->h, from, src_skip_bytes); in FULLSCREEN_UpdateRects8bpp()
441 int src_skip_bytes; in FULLSCREEN_UpdateRects16bpp() local
455 src_skip_bytes = pitch - width_bytes; in FULLSCREEN_UpdateRects16bpp()
457 RISCOS_Put32(to, (width_bytes >> 2), pitch, (int)rects->h, from, src_skip_bytes); in FULLSCREEN_UpdateRects16bpp()