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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 444 * You should call SDL_BlitSurface() unless you know exactly how SDL
447 #define SDL_BlitSurface SDL_UpperBlit
450 * This is the public blit function, SDL_BlitSurface(), and it performs
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 444 * You should call SDL_BlitSurface() unless you know exactly how SDL
447 #define SDL_BlitSurface SDL_UpperBlit
450 * This is the public blit function, SDL_BlitSurface(), and it performs
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 444 * You should call SDL_BlitSurface() unless you know exactly how SDL
447 #define SDL_BlitSurface SDL_UpperBlit
450 * This is the public blit function, SDL_BlitSurface(), and it performs
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 444 * You should call SDL_BlitSurface() unless you know exactly how SDL
447 #define SDL_BlitSurface SDL_UpperBlit
450 * This is the public blit function, SDL_BlitSurface(), and it performs
  /prebuilts/misc/windows/sdl2/test/
testshader.c 316 SDL_BlitSurface(surface, &area, image, &area);
testautomation_surface.c 182 ret = SDL_BlitSurface( face, NULL, testSurface, &rect );
186 SDLTest_AssertCheck(checkFailCount1 == 0, "Validate results from calls to SDL_BlitSurface, expected: 0, got: %i", checkFailCount1);

Completed in 49 milliseconds