Home | History | Annotate | Download | only in SDL

Lines Matching defs:SDL_BlitSurface

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