/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
SDL_gemwm.c | 82 if ( SDL_LowerBlit(icon, &bounds, sicon, &bounds) < 0 ) {
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/ |
SDL.x | 167 SDL_LowerBlit
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_syswm.c | 152 if ( SDL_LowerBlit(icon, &bounds, icon_256, &bounds) < 0 ) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_surface.c | 407 int SDL_LowerBlit (SDL_Surface *src, SDL_Rect *srcrect, 530 return SDL_LowerBlit(src, &sr, dst, dstrect); 866 SDL_LowerBlit(surface, &bounds, convert, &bounds);
|
SDL_bmp.c | 398 if ( SDL_LowerBlit(saveme, &bounds, surface,
|
SDL_video.c | 1044 SDL_LowerBlit(SDL_ShadowSurface, &rects[i], 1051 SDL_LowerBlit(SDL_ShadowSurface, &rects[i], 1110 SDL_LowerBlit(SDL_ShadowSurface, &rect, 1115 SDL_LowerBlit(SDL_ShadowSurface, &rect, [all...] |
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 696 rectangle validation and clipping before passing it to SDL_LowerBlit() 704 extern DECLSPEC int SDLCALL SDL_LowerBlit [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 696 rectangle validation and clipping before passing it to SDL_LowerBlit() 704 extern DECLSPEC int SDLCALL SDL_LowerBlit [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 696 rectangle validation and clipping before passing it to SDL_LowerBlit() 704 extern DECLSPEC int SDLCALL SDL_LowerBlit [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 698 rectangle validation and clipping before passing it to SDL_LowerBlit() 706 extern DECLSPEC int SDLCALL SDL_LowerBlit [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 696 rectangle validation and clipping before passing it to SDL_LowerBlit() 704 extern DECLSPEC int SDLCALL SDL_LowerBlit [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11wm.c | 174 if ( SDL_LowerBlit(icon, &bounds, sicon, &bounds) < 0 )
|
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/ |
SDL_os2fslib.c | [all...] |