Home | History | Annotate | Download | only in test

Lines Matching full:intersecting

25         "Check for correct intersection result: expected %s, got %s intersecting rect (%d,%d,%d,%d) with line (%d,%d - %d,%d)",
313 "Check intersection result: expected %s, got %s intersecting A (%d,%d,%d,%d) with B (%d,%d,%d,%d)",
468 * \brief Tests SDL_IntersectRect() with B partially intersecting A
572 /* intersecting pixels */
582 /* non-intersecting pixels cases */
760 * \brief Tests SDL_HasIntersection() with B partially intersecting A
841 /* intersecting pixels */
851 /* non-intersecting pixels cases */
1605 { (SDLTest_TestCaseFp)rect_testIntersectRectPartial, "rect_testIntersectRectPartial", "Tests SDL_IntersectRect with B partially intersecting A", TEST_ENABLED };
1624 { (SDLTest_TestCaseFp)rect_testHasIntersectionPartial,"rect_testHasIntersectionPartial", "Tests SDL_HasIntersection with B partially intersecting A", TEST_ENABLED };