Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.h44 int src_down_delta, /* pixels, not bytes */
DSDL_fbvideo.c1445 static void FB_blit16(Uint8 *byte_src_pos, int src_right_delta, int src_down_delta, in FB_blit16() argument
1461 src_pos += src_down_delta; in FB_blit16()
1469 static void FB_blit16blocked(Uint8 *byte_src_pos, int src_right_delta, int src_down_delta, in FB_blit16blocked() argument
1482 src_down_delta, in FB_blit16blocked()
1491 src_pos += src_down_delta * BLOCKSIZE_H; in FB_blit16blocked()