HomeSort by relevance Sort by last modified time
    Searched refs:SDL_UpperBlit (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 166 SDL_UpperBlit
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 693 #define SDL_BlitSurface SDL_UpperBlit
698 extern DECLSPEC int SDLCALL SDL_UpperBlit
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 693 #define SDL_BlitSurface SDL_UpperBlit
698 extern DECLSPEC int SDLCALL SDL_UpperBlit
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 693 #define SDL_BlitSurface SDL_UpperBlit
698 extern DECLSPEC int SDLCALL SDL_UpperBlit
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 695 #define SDL_BlitSurface SDL_UpperBlit
700 extern DECLSPEC int SDLCALL SDL_UpperBlit
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 693 #define SDL_BlitSurface SDL_UpperBlit
698 extern DECLSPEC int SDLCALL SDL_UpperBlit
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 398 * The upper part, SDL_UpperBlit(), performs clipping and rectangle
444 int SDL_UpperBlit (SDL_Surface *src, SDL_Rect *srcrect,
452 SDL_SetError("SDL_UpperBlit: passed a NULL surface");

Completed in 424 milliseconds