Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsvideo.c402 Uint8 *byte_dst_pos, in WSCONS_blit16() argument
409 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; in WSCONS_blit16()
431 Uint8 *byte_dst_pos, in WSCONS_blit16blocked() argument
438 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; in WSCONS_blit16blocked()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c1446 Uint8 *byte_dst_pos, int dst_linebytes, int width, int height) in FB_blit16() argument
1450 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; in FB_blit16()
1470 Uint8 *byte_dst_pos, int dst_linebytes, int width, int height) in FB_blit16blocked() argument
1474 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; in FB_blit16blocked()