Home
last modified time | relevance | path

Searched refs:SDL_HasIntersection (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_rect.c726 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionInside()
753 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionOutside()
780 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionPartial()
790 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionPartial()
800 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionPartial()
810 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionPartial()
820 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionPartial()
848 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionPoint()
896 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionEmpty()
909 intersection = SDL_HasIntersection(&rectA, &rectB); in rect_testHasIntersectionEmpty()
[all …]
/AliOS-Things-master/components/SDL2/include/
A DSDL_rect.h127 extern DECLSPEC SDL_bool SDLCALL SDL_HasIntersection(const SDL_Rect * A,
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_rect.c28 SDL_HasIntersection(const SDL_Rect * A, const SDL_Rect * B) in SDL_HasIntersection() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h293 #define SDL_HasIntersection SDL_HasIntersection_REAL macro
A DSDL_dynapi_procs.h324 SDL_DYNAPI_PROC(SDL_bool,SDL_HasIntersection,(const SDL_Rect *a, const SDL_Rect *b),(a,b),return)

Completed in 16 milliseconds