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

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c425 #define BLOCKSIZE_W 32 macro
443 for (w = width; w > 0; w -= BLOCKSIZE_W) {
449 min(w, BLOCKSIZE_W),
451 src += srcRightDelta * BLOCKSIZE_W;
452 dst += BLOCKSIZE_W;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c1466 #define BLOCKSIZE_W 32 macro
1479 for (w = width; w > 0; w -= BLOCKSIZE_W) {
1485 min(w, BLOCKSIZE_W),
1487 src += src_right_delta * BLOCKSIZE_W;
1488 dst += BLOCKSIZE_W;

Completed in 55 milliseconds