Lines Matching refs:testRect
2250 const SkRect testRect = SkRect::MakeXYWH(10, 10, 50, 70); in test_is_simple_closed_rect() local
2256 path.addRect(testRect, dir, start); in test_is_simple_closed_rect()
2257 check_simple_closed_rect(reporter, path, testRect, dir, start); in test_is_simple_closed_rect()
2259 check_simple_closed_rect(reporter, path, testRect, dir, start); in test_is_simple_closed_rect()
2267 path2.addRect(testRect, dir, start); in test_is_simple_closed_rect()
2292 check_simple_closed_rect(reporter, path2, testRect, dir, start); in test_is_simple_closed_rect()
2295 check_simple_closed_rect(reporter, path2, testRect, dir, start); in test_is_simple_closed_rect()
2300 SkRect degenRect = testRect; in test_is_simple_closed_rect()
2305 degenRect = testRect; in test_is_simple_closed_rect()
2316 SkRect swapRect = testRect; in test_is_simple_closed_rect()
2320 check_simple_closed_rect(reporter, path2, testRect, swapDir, kXSwapStarts[start]); in test_is_simple_closed_rect()
2321 swapRect = testRect; in test_is_simple_closed_rect()
2325 check_simple_closed_rect(reporter, path2, testRect, swapDir, kYSwapStarts[start]); in test_is_simple_closed_rect()