HomeSort by relevance Sort by last modified time
    Searched defs:SDL_Rect (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_rect.h 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
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rect.h 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
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_rect.h 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
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_rect.h 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
    [all...]

Completed in 158 milliseconds