Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
DSDL_wsconsvideo.c399 static void WSCONS_blit16(Uint8 *byte_src_pos, in WSCONS_blit16() argument
408 Uint16 *src_pos = (Uint16 *)byte_src_pos; in WSCONS_blit16()
428 static void WSCONS_blit16blocked(Uint8 *byte_src_pos, in WSCONS_blit16blocked() argument
437 Uint16 *src_pos = (Uint16 *)byte_src_pos; in WSCONS_blit16blocked()
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
DSDL_fbvideo.c1445 static void FB_blit16(Uint8 *byte_src_pos, int src_right_delta, int src_down_delta, in FB_blit16() argument
1449 Uint16 *src_pos = (Uint16 *)byte_src_pos; in FB_blit16()
1469 static void FB_blit16blocked(Uint8 *byte_src_pos, int src_right_delta, int src_down_delta, in FB_blit16blocked() argument
1473 Uint16 *src_pos = (Uint16 *)byte_src_pos; in FB_blit16blocked()