HomeSort by relevance Sort by last modified time
    Searched refs:FillHWRect (Results 1 - 25 of 32) sorted by null

1 2

  /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_fbriva.c 73 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
208 this->FillHWRect = FillHWRect;
SDL_fbmatrox.c 65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
259 this->FillHWRect = FillHWRect;
  /external/qemu/distrib/sdl-1.2.12/src/video/dummy/
SDL_nullvideo.c 115 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 132 int (*FillHWRect)(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
SDL_surface.c 596 return(video->FillHWRect(this, dst, dstrect, color));
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 123 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 103 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c 106 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 116 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 138 this->FillHWRect = 0;
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 117 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 115 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 111 device -> FillHWRect = NULL ;
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.c 112 this->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.c 136 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 293 device->FillHWRect = NULL;
591 this->FillHWRect = DSp_FillHWRect;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 118 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 154 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c 105 device->FillHWRect = ph_FillHWRect;
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 141 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 216 device->FillHWRect = CGX_FillHWRect;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 148 device->FillHWRect = DGA_FillHWRect;
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 161 device->FillHWRect = NULL;
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 286 device->FillHWRect = NULL;
    [all...]

Completed in 289 milliseconds

1 2