Home | History | Annotate | Download | only in include

Lines Matching defs:SDL_Rect

43 typedef struct SDL_Rect {
46 } SDL_Rect;
100 SDL_Rect clip_rect; /* Read-only */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
282 * or (SDL_Rect **)-1 if any dimension is okay for the given format.
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
600 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
607 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect);
699 (SDL_Surface *src, SDL_Rect *srcrect,
700 SDL_Surface *dst, SDL_Rect *dstrect);
705 (SDL_Surface *src, SDL_Rect *srcrect,
706 SDL_Surface *dst, SDL_Rect *dstrect);
718 (SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
770 extern DECLSPEC int SDLCALL SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);
818 extern DECLSPEC void SDLCALL SDL_GL_UpdateRects(int numrects, SDL_Rect* rects);
910 extern DECLSPEC int SDL_WM_GetMonitorRect( SDL_Rect *rect );
913 extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect,
914 SDL_Surface *dst, SDL_Rect *dstrect);