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

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

Completed in 158 milliseconds