Searched refs:SDL_UpdateRect (Results 1 – 8 of 8) sorted by relevance
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/ |
D | SDL.x | 143 SDL_UpdateRect
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_video.h | 358 extern DECLSPEC void SDLCALL SDL_UpdateRect
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
D | SDL_nxvideo.c | 514 SDL_UpdateRect(this->screen, 0, 0, 0, 0); in NX_SetGammaRamp()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_video.c | 992 void SDL_UpdateRect(SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h) in SDL_UpdateRect() function 1129 SDL_UpdateRect(screen, 0, 0, 0, 0); in SDL_Flip() 1209 SDL_UpdateRect(screen, 0, 0, 0, 0); in SetPalette_physical()
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
D | SDL_macevents.c | 395 SDL_UpdateRect(SDL_VideoSurface, 0, 0, 0, 0); in Mac_HandleEvents()
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbevents.c | 958 SDL_UpdateRect(SDL_ShadowSurface, 0, 0, 0, 0); in switch_vt_done()
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
D | SDL_dx5video.c | 2460 SDL_UpdateRect(surface, 0, 0, 0, 0); 2517 SDL_UpdateRect(SDL_PublicSurface, 0, 0, 0, 0);
|
/external/qemu/android/skin/ |
D | window.c | 616 SDL_UpdateRect( surface, r.pos.x, r.pos.y, r.size.w, r.size.h ); in display_redraw()
|