Searched refs:intersected (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_rect.c | 55 SDL_bool intersected; in rect_testIntersectRectAndLine() local 67 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2); in rect_testIntersectRectAndLine() 75 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2); in rect_testIntersectRectAndLine() 83 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2); in rect_testIntersectRectAndLine() 91 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2); in rect_testIntersectRectAndLine() 99 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2); in rect_testIntersectRectAndLine() 107 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2); in rect_testIntersectRectAndLine() 126 SDL_bool intersected; in rect_testIntersectRectAndLineInside() local 193 SDL_bool intersected; in rect_testIntersectRectAndLineOutside() local 248 SDL_bool intersected; in rect_testIntersectRectAndLineEmpty() local [all …]
|
Completed in 5 milliseconds