Searched refs:SDL_HasIntersection (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_rect.c | 726 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 D | SDL_rect.h | 127 extern DECLSPEC SDL_bool SDLCALL SDL_HasIntersection(const SDL_Rect * A,
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_rect.c | 28 SDL_HasIntersection(const SDL_Rect * A, const SDL_Rect * B) in SDL_HasIntersection() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 293 #define SDL_HasIntersection SDL_HasIntersection_REAL macro
|
A D | SDL_dynapi_procs.h | 324 SDL_DYNAPI_PROC(SDL_bool,SDL_HasIntersection,(const SDL_Rect *a, const SDL_Rect *b),(a,b),return)
|
Completed in 16 milliseconds