Home | History | Annotate | Download | only in SDL

Lines Matching refs:dstrect

167 			struct SDL_Surface *dst, SDL_Rect *dstrect);
674 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire
676 * in 'srcrect' and 'dstrect' after all clipping is performed.
728 * while ( SDL_BlitSurface(image, imgrect, screen, dstrect) == -2 ) {
750 SDL_Surface *dst, SDL_Rect *dstrect);
756 SDL_Surface *dst, SDL_Rect *dstrect);
762 * If 'dstrect' is NULL, the whole surface will be filled with 'color'
768 (SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
820 extern DECLSPEC int SDLCALL SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);
973 SDL_Surface *dst, SDL_Rect *dstrect);