Lines Matching refs:SDL_Rect
86 SDL_Rect clip_rect; /**< Read-only */
98 typedef int (SDLCALL *SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
99 struct SDL_Surface * dst, SDL_Rect * dstrect);
370 const SDL_Rect * rect);
379 SDL_Rect * rect);
423 (SDL_Surface * dst, const SDL_Rect * rect, Uint32 color);
425 (SDL_Surface * dst, const SDL_Rect * rects, int count, Uint32 color);
491 (SDL_Surface * src, const SDL_Rect * srcrect,
492 SDL_Surface * dst, SDL_Rect * dstrect);
499 (SDL_Surface * src, SDL_Rect * srcrect,
500 SDL_Surface * dst, SDL_Rect * dstrect);
509 const SDL_Rect * srcrect,
511 const SDL_Rect * dstrect);
520 (SDL_Surface * src, const SDL_Rect * srcrect,
521 SDL_Surface * dst, SDL_Rect * dstrect);
528 (SDL_Surface * src, SDL_Rect * srcrect,
529 SDL_Surface * dst, SDL_Rect * dstrect);