Home | History | Annotate | Download | only in SDL

Lines Matching defs:SDL_Rect

50 typedef struct SDL_Rect {
53 } SDL_Rect;
108 SDL_Rect clip_rect; /**< Read-only */
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
319 * or (SDL_Rect **)-1 if any dimension is okay for the given format.
324 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
647 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
654 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect);
749 (SDL_Surface *src, SDL_Rect *srcrect,
750 SDL_Surface *dst, SDL_Rect *dstrect);
755 (SDL_Surface *src, SDL_Rect *srcrect,
756 SDL_Surface *dst, SDL_Rect *dstrect);
768 (SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
820 extern DECLSPEC int SDLCALL SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect);
870 extern DECLSPEC void SDLCALL SDL_GL_UpdateRects(int numrects, SDL_Rect* rects);
967 extern DECLSPEC int SDL_WM_GetMonitorRect(SDL_Rect *rect);
972 extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect,
973 SDL_Surface *dst, SDL_Rect *dstrect);