Home | History | Annotate | Download | only in SDL

Lines Matching defs:SDL_Rect

50 typedef struct SDL_Rect {
53 } SDL_Rect;
94 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
95 struct SDL_Surface *dst, SDL_Rect *dstrect);
112 SDL_Rect clip_rect; /* Read-only */
286 * or (SDL_Rect **)-1 if any dimension is okay for the given format.
291 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
361 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
602 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
609 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect);
701 (SDL_Surface *src, SDL_Rect *srcrect,
702 SDL_Surface *dst, SDL_Rect *dstrect);
707 (SDL_Surface *src, SDL_Rect *srcrect,
708 SDL_Surface *dst, SDL_Rect *dstrect);
720 (SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
772 extern DECLSPEC int SDLCALL SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);
824 extern DECLSPEC void SDLCALL SDL_GL_UpdateRects(int numrects, SDL_Rect* rects);
888 extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect,
889 SDL_Surface *dst, SDL_Rect *dstrect);