Lines Matching refs:SDL_Rect
33 #include "SDL_rect.h"
85 SDL_Rect clip_rect; /**< Read-only */
97 typedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
98 struct SDL_Surface * dst, SDL_Rect * dstrect);
338 const SDL_Rect * rect);
347 SDL_Rect * rect);
386 (SDL_Surface * dst, const SDL_Rect * rect, Uint32 color);
388 (SDL_Surface * dst, const SDL_Rect * rects, int count, Uint32 color);
454 (SDL_Surface * src, const SDL_Rect * srcrect,
455 SDL_Surface * dst, SDL_Rect * dstrect);
462 (SDL_Surface * src, SDL_Rect * srcrect,
463 SDL_Surface * dst, SDL_Rect * dstrect);
472 const SDL_Rect * srcrect,
474 const SDL_Rect * dstrect);
483 (SDL_Surface * src, const SDL_Rect * srcrect,
484 SDL_Surface * dst, SDL_Rect * dstrect);
491 (SDL_Surface * src, SDL_Rect * srcrect,
492 SDL_Surface * dst, SDL_Rect * dstrect);