Searched defs:SDL_BlitSurface (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h728 * 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 macro
745 /** This is the public blit function, SDL_BlitSurface(), and it performs

Completed in 37 milliseconds