Lines Matching refs:dstrect
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
627 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire
629 * in 'srcrect' and 'dstrect' after all clipping is performed.
680 while ( SDL_BlitSurface(image, imgrect, screen, dstrect) == -2 ) {
700 SDL_Surface *dst, SDL_Rect *dstrect);
706 SDL_Surface *dst, SDL_Rect *dstrect);
712 * If 'dstrect' is NULL, the whole surface will be filled with 'color'
718 (SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
770 extern DECLSPEC int SDLCALL SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);
900 SDL_Surface *dst, SDL_Rect *dstrect);