HomeSort by relevance Sort by last modified time
    Searched defs:FillHWRect (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fb3dfx.c 52 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
211 this->FillHWRect = FillHWRect;
SDL_fbmatrox.c 65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
259 this->FillHWRect = FillHWRect;
SDL_fbriva.c 73 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
208 this->FillHWRect = FillHWRect;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 132 int (*FillHWRect)(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);

Completed in 55 milliseconds