Lines Matching refs:SDL_TRUE
26 (expectedIntersection == SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in _validateIntersectRectAndLineResults()
27 (intersection == SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in _validateIntersectRectAndLineResults()
68 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 0, 15… in rect_testIntersectRectAndLine()
76 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 15, 0… in rect_testIntersectRectAndLine()
84 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 0, 0,… in rect_testIntersectRectAndLine()
92 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 31, 3… in rect_testIntersectRectAndLine()
100 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 0, 31… in rect_testIntersectRectAndLine()
108 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, 31, 0… in rect_testIntersectRectAndLine()
143 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, x1Ref… in rect_testIntersectRectAndLineInside()
151 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, x1Ref… in rect_testIntersectRectAndLineInside()
159 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin,… in rect_testIntersectRectAndLineInside()
167 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin,… in rect_testIntersectRectAndLineInside()
175 …_validateIntersectRectAndLineResults(intersected, SDL_TRUE, &rect, &refRect, x1, y1, x2, y2, xmin,… in rect_testIntersectRectAndLineInside()
287 SDLTest_AssertCheck(intersected == SDL_TRUE, "Check that intersection result was SDL_TRUE"); in rect_testIntersectRectAndLineParam()
314 (expectedIntersection == SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in _validateHasIntersectionResults()
315 (intersection == SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in _validateHasIntersectionResults()
379 (expectedEmpty == SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in _validateRectEmptyResults()
380 (empty == SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in _validateRectEmptyResults()
397 (expectedEquals == SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in _validateRectEqualsResults()
398 (equals == SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in _validateRectEqualsResults()
434 …_validateIntersectRectResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB, &resul… in rect_testIntersectRectInside()
495 …_validateIntersectRectResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB, &resul… in rect_testIntersectRectPartial()
509 …_validateIntersectRectResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB, &resul… in rect_testIntersectRectPartial()
523 …_validateIntersectRectResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB, &resul… in rect_testIntersectRectPartial()
537 …_validateIntersectRectResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB, &resul… in rect_testIntersectRectPartial()
551 …_validateIntersectRectResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB, &resul… in rect_testIntersectRectPartial()
580 …_validateIntersectRectResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB, &resul… in rect_testIntersectRectPoint()
634 …SDLTest_AssertCheck(empty == SDL_TRUE, "Validate result is empty Rect; got: %s", (empty == SDL_TRU… in rect_testIntersectRectEmpty()
651 …SDLTest_AssertCheck(empty == SDL_TRUE, "Validate result is empty Rect; got: %s", (empty == SDL_TRU… in rect_testIntersectRectEmpty()
670 …SDLTest_AssertCheck(empty == SDL_TRUE, "Validate result is empty Rect; got: %s", (empty == SDL_TRU… in rect_testIntersectRectEmpty()
727 _validateHasIntersectionResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB); in rect_testHasIntersectionInside()
781 _validateHasIntersectionResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB); in rect_testHasIntersectionPartial()
791 _validateHasIntersectionResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB); in rect_testHasIntersectionPartial()
801 _validateHasIntersectionResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB); in rect_testHasIntersectionPartial()
811 _validateHasIntersectionResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB); in rect_testHasIntersectionPartial()
821 _validateHasIntersectionResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB); in rect_testHasIntersectionPartial()
849 _validateHasIntersectionResults(intersection, SDL_TRUE, &rectA, &rectB, &refRectA, &refRectB); in rect_testHasIntersectionPoint()
967 SDL_bool expectedEnclosed = SDL_TRUE; in rect_testEnclosePoints()
997 (expectedEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in rect_testEnclosePoints()
998 (anyEnclosedNoResult==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE"); in rect_testEnclosePoints()
1009 (expectedEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in rect_testEnclosePoints()
1010 (anyEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE"); in rect_testEnclosePoints()
1038 SDL_bool expectedEnclosed = SDL_TRUE; in rect_testEnclosePointsRepeatedInput()
1073 (expectedEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in rect_testEnclosePointsRepeatedInput()
1074 (anyEnclosedNoResult==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE"); in rect_testEnclosePointsRepeatedInput()
1085 (expectedEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in rect_testEnclosePointsRepeatedInput()
1086 (anyEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE"); in rect_testEnclosePointsRepeatedInput()
1147 expectedEnclosed = SDL_TRUE; in rect_testEnclosePointsWithClipping()
1156 (expectedEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in rect_testEnclosePointsWithClipping()
1157 (anyEnclosedNoResult==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE"); in rect_testEnclosePointsWithClipping()
1170 (expectedEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in rect_testEnclosePointsWithClipping()
1171 (anyEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE"); in rect_testEnclosePointsWithClipping()
1179 if (expectedEnclosed==SDL_TRUE) { in rect_testEnclosePointsWithClipping()
1192 (expectedEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE", in rect_testEnclosePointsWithClipping()
1193 (anyEnclosed==SDL_TRUE) ? "SDL_TRUE" : "SDL_FALSE"); in rect_testEnclosePointsWithClipping()
1486 expectedResult = SDL_TRUE; in rect_testRectEmpty()
1509 …SDLTest_AssertCheck(result == SDL_TRUE, "Check that function returns TRUE when 1st parameter is NU… in rect_testRectEmptyParam()
1535 expectedResult = SDL_TRUE; in rect_testRectEquals()