Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsvideo.c403 int dst_linebytes, in WSCONS_blit16() argument
419 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes); in WSCONS_blit16()
432 int dst_linebytes, in WSCONS_blit16blocked() argument
448 dst_linebytes, in WSCONS_blit16blocked()
454 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes * BLOCKSIZE_H); in WSCONS_blit16blocked()
DSDL_wsconsvideo.h47 int dst_linebytes,
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.h46 int dst_linebytes,
DSDL_fbvideo.c1446 Uint8 *byte_dst_pos, int dst_linebytes, int width, int height) in FB_blit16() argument
1460 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes); in FB_blit16()
1470 Uint8 *byte_dst_pos, int dst_linebytes, int width, int height) in FB_blit16blocked() argument
1484 dst_linebytes, in FB_blit16blocked()
1490 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes * BLOCKSIZE_H); in FB_blit16blocked()