Searched defs:FillHWRect (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fb3dfx.c | 52 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) in FillHWRect() function
|
D | SDL_fbriva.c | 73 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) in FillHWRect() function
|
D | SDL_fbmatrox.c | 65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) in FillHWRect() function
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_sysvideo.h | 132 int (*FillHWRect)(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color); member
|