Lines Matching refs:dstrect
95 struct SDL_Surface *dst, SDL_Rect *dstrect);
629 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire
631 * in 'srcrect' and 'dstrect' after all clipping is performed.
682 while ( SDL_BlitSurface(image, imgrect, screen, dstrect) == -2 ) {
702 SDL_Surface *dst, SDL_Rect *dstrect);
708 SDL_Surface *dst, SDL_Rect *dstrect);
714 * If 'dstrect' is NULL, the whole surface will be filled with 'color'
720 (SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
772 extern DECLSPEC int SDLCALL SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);
889 SDL_Surface *dst, SDL_Rect *dstrect);