Searched refs:dst_linebytes (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
D | SDL_wsconsvideo.c | 403 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()
|
D | SDL_wsconsvideo.h | 47 int dst_linebytes,
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbvideo.h | 46 int dst_linebytes,
|
D | SDL_fbvideo.c | 1446 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()
|