Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsvideo.c426 #define BLOCKSIZE_H 32 macro
450 min(height, BLOCKSIZE_H)); in WSCONS_blit16blocked()
454 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes * BLOCKSIZE_H); in WSCONS_blit16blocked()
455 src_pos += srcDownDelta * BLOCKSIZE_H; in WSCONS_blit16blocked()
456 height -= BLOCKSIZE_H; in WSCONS_blit16blocked()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c1467 #define BLOCKSIZE_H 32 macro
1486 min(height, BLOCKSIZE_H)); in FB_blit16blocked()
1490 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes * BLOCKSIZE_H); in FB_blit16blocked()
1491 src_pos += src_down_delta * BLOCKSIZE_H; in FB_blit16blocked()
1492 height -= BLOCKSIZE_H; in FB_blit16blocked()