Home | History | Annotate | Download | only in include

Lines Matching refs:SDL_Rect

23  *  \file SDL_rect.h
25 * Header file for SDL_rect definition and management functions.
63 typedef struct SDL_Rect
67 } SDL_Rect;
72 SDL_FORCE_INLINE SDL_bool SDL_RectEmpty(const SDL_Rect *r)
80 SDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Rect *b)
91 extern DECLSPEC SDL_bool SDLCALL SDL_HasIntersection(const SDL_Rect * A,
92 const SDL_Rect * B);
99 extern DECLSPEC SDL_bool SDLCALL SDL_IntersectRect(const SDL_Rect * A,
100 const SDL_Rect * B,
101 SDL_Rect * result);
106 extern DECLSPEC void SDLCALL SDL_UnionRect(const SDL_Rect * A,
107 const SDL_Rect * B,
108 SDL_Rect * result);
117 const SDL_Rect * clip,
118 SDL_Rect * result);
125 extern DECLSPEC SDL_bool SDLCALL SDL_IntersectRectAndLine(const SDL_Rect *