/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbriva.c | 73 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) in FillHWRect() function 208 this->FillHWRect = FillHWRect; in FB_RivaAccel()
|
D | SDL_fb3dfx.c | 52 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) in FillHWRect() function 209 this->FillHWRect = FillHWRect; in FB_3DfxAccel()
|
D | SDL_fbmatrox.c | 65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) in FillHWRect() function 259 this->FillHWRect = FillHWRect; in FB_MatroxAccel()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/ |
D | SDL_nullvideo.c | 115 device->FillHWRect = NULL; in DUMMY_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
D | SDL_riscosvideo.c | 123 device->FillHWRect = NULL; in RISCOS_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/caca/ |
D | SDL_cacavideo.c | 112 device->FillHWRect = NULL; in Caca_CreateDevice()
|
/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
|
D | SDL_surface.c | 596 return(video->FillHWRect(this, dst, dstrect, color)); in SDL_FillRect()
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
D | SDL_ndsvideo.c | 137 device->FillHWRect = NULL; in NDS_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/ |
D | SDL_ggivideo.c | 116 device->FillHWRect = NULL; in GGI_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
D | SDL_dcvideo.c | 106 device->FillHWRect = NULL; in DC_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_sysvideo.cc | 115 device->FillHWRect = NULL; in QT_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
D | SDL_aavideo.c | 103 device->FillHWRect = NULL; in AA_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
D | SDL_pgvideo.c | 117 device->FillHWRect = NULL; in PG_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
D | SDL_epocvideo.cpp | 200 device->FillHWRect = NULL; in EPOC_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
D | SDL_nxvideo.c | 111 device -> FillHWRect = NULL ; in NX_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
D | SDL_ps3video.c | 117 this->FillHWRect = 0; in PS3_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
D | SDL_svgavideo.c | 136 device->FillHWRect = NULL; in SVGA_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
D | SDL_dspvideo.c | 293 device->FillHWRect = NULL; in DSp_CreateDevice() 591 this->FillHWRect = DSp_FillHWRect; in DSp_VideoInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
D | SDL_vglvideo.c | 140 device->FillHWRect = NULL; in VGL_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
D | SDL_gsvideo.c | 112 this->FillHWRect = NULL; in GS_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_video.c | 105 device->FillHWRect = ph_FillHWRect; in ph_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
D | SDL_ipodvideo.c | 138 this->FillHWRect = 0; in iPod_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/ |
D | SDL_romvideo.c | 154 device->FillHWRect = NULL; in ROM_CreateDevice()
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysvideo.cc | 117 device->FillHWRect = NULL; in BE_CreateDevice()
|