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

  /prebuilts/misc/windows/sdl2/test/
testautomation_rect.c 55 SDL_bool intersected; local
67 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
68 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 0, 15, 31, 15);
75 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
76 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 15, 0, 15, 31);
83 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
84 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 0, 0, 31, 31);
91 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2);
92 _validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 31, 31, 0, 0);
99 intersected = SDL_IntersectRectAndLine(&rect, &x1, &y1, &x2, &y2)
126 SDL_bool intersected; local
193 SDL_bool intersected; local
248 SDL_bool intersected; local
284 SDL_bool intersected; local
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
ViewRootImpl.java     [all...]
  /external/testng/ant/
ivy-2.1.0.jar 

Completed in 393 milliseconds