Lines Matching refs:SDL_Rect
90 SDL_Rect clip_rect; /**< Read-only */
102 typedef int (SDLCALL *SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
103 struct SDL_Surface * dst, SDL_Rect * dstrect);
622 const SDL_Rect * rect);
641 SDL_Rect * rect);
776 (SDL_Surface * dst, const SDL_Rect * rect, Uint32 color);
802 (SDL_Surface * dst, const SDL_Rect * rects, int count, Uint32 color);
877 (SDL_Surface * src, const SDL_Rect * srcrect,
878 SDL_Surface * dst, SDL_Rect * dstrect);
903 (SDL_Surface * src, SDL_Rect * srcrect,
904 SDL_Surface * dst, SDL_Rect * dstrect);
916 const SDL_Rect * srcrect,
918 const SDL_Rect * dstrect);
926 const SDL_Rect * srcrect,
928 const SDL_Rect * dstrect);
942 (SDL_Surface * src, const SDL_Rect * srcrect,
943 SDL_Surface * dst, SDL_Rect * dstrect);
968 (SDL_Surface * src, SDL_Rect * srcrect,
969 SDL_Surface * dst, SDL_Rect * dstrect);