Searched defs:FillHWRect (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbriva.c73 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) function
208 this->FillHWRect = FillHWRect;
H A DSDL_fb3dfx.c52 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) function
211 this->FillHWRect = FillHWRect;
H A DSDL_fbmatrox.c65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) function
259 this->FillHWRect = FillHWRect;
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_sysvideo.h132 int (*FillHWRect)(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color); member in struct:SDL_VideoDevice

Completed in 49 milliseconds