HomeSort by relevance Sort by last modified time
    Searched defs:SDL_BlitSurface (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 728 * while ( SDL_BlitSurface(image, imgrect, screen, dstrect) == -2 ) {
740 * You should call SDL_BlitSurface() unless you know exactly how SDL
743 #define SDL_BlitSurface SDL_UpperBlit
745 /** This is the public blit function, SDL_BlitSurface(), and it performs
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 728 * while ( SDL_BlitSurface(image, imgrect, screen, dstrect) == -2 ) {
740 * You should call SDL_BlitSurface() unless you know exactly how SDL
743 #define SDL_BlitSurface SDL_UpperBlit
745 /** This is the public blit function, SDL_BlitSurface(), and it performs
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 728 * while ( SDL_BlitSurface(image, imgrect, screen, dstrect) == -2 ) {
740 * You should call SDL_BlitSurface() unless you know exactly how SDL
743 #define SDL_BlitSurface SDL_UpperBlit
745 /** This is the public blit function, SDL_BlitSurface(), and it performs
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 728 * while ( SDL_BlitSurface(image, imgrect, screen, dstrect) == -2 ) {
740 * You should call SDL_BlitSurface() unless you know exactly how SDL
743 #define SDL_BlitSurface SDL_UpperBlit
745 /** This is the public blit function, SDL_BlitSurface(), and it performs
    [all...]

Completed in 181 milliseconds