Lines Matching refs:SDL_Rect
78 typedef struct SDL_Rect struct
82 } SDL_Rect; argument
110 SDL_FORCE_INLINE SDL_bool SDL_PointInRect(const SDL_Point *p, const SDL_Rect *r) in SDL_PointInRect()
119 SDL_FORCE_INLINE SDL_bool SDL_RectEmpty(const SDL_Rect *r) in SDL_RectEmpty()
127 SDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Rect *b) in SDL_RectEquals()
146 extern DECLSPEC SDL_bool SDLCALL SDL_HasIntersection(const SDL_Rect * A,
147 const SDL_Rect * B);
164 extern DECLSPEC SDL_bool SDLCALL SDL_IntersectRect(const SDL_Rect * A,
165 const SDL_Rect * B,
166 SDL_Rect * result);
178 extern DECLSPEC void SDLCALL SDL_UnionRect(const SDL_Rect * A,
179 const SDL_Rect * B,
180 SDL_Rect * result);
201 const SDL_Rect * clip,
202 SDL_Rect * result);
222 extern DECLSPEC SDL_bool SDLCALL SDL_IntersectRectAndLine(const SDL_Rect *