Lines Matching refs:isRect
616 REPORTER_ASSERT(reporter, path.isRect(nullptr)); in test_addrect()
621 REPORTER_ASSERT(reporter, !path.isRect(nullptr)); in test_addrect()
626 REPORTER_ASSERT(reporter, !path.isRect(nullptr)); in test_addrect()
631 REPORTER_ASSERT(reporter, !path.isRect(nullptr)); in test_addrect()
636 REPORTER_ASSERT(reporter, !path.isRect(nullptr)); in test_addrect()
881 REPORTER_ASSERT(reporter, temp.isRect(&result)); in test_arb_zero_rad_round_rect_is_rect()
2024 REPORTER_ASSERT(reporter, path.isRect(nullptr, &isClosed, nullptr)); in test_isRect_open_close()
2128 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(nullptr)); in test_isRect()
2138 REPORTER_ASSERT(reporter, path.isRect(&computed, &isClosed, &direction)); in test_isRect()
2149 REPORTER_ASSERT(reporter, !path.isRect(&computed, &isClosed, &direction)); in test_isRect()
2166 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
2178 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
2187 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
2199 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
2211 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
3650 REPORTER_ASSERT(reporter, p.isRect(&returnedRect)); in test_rrect()
3658 REPORTER_ASSERT(reporter, p.isRect(nullptr, &closed, &dir)); in test_rrect()
4865 REPORTER_ASSERT(reporter, p.isRect(nullptr)); in DEF_TEST()
4867 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in DEF_TEST()
4873 REPORTER_ASSERT(reporter, !p.isRect(nullptr)); in DEF_TEST()
4881 REPORTER_ASSERT(reporter, p.isRect(&r)); in DEF_TEST()
4885 REPORTER_ASSERT(reporter, p.isRect(&r)); in DEF_TEST()
5212 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5219 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5223 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5231 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5242 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5248 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5254 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5263 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5271 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5280 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5287 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5295 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5301 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5309 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5318 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5327 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5571 survive(&path, x, true, r, [](const SkPath& p) { return p.isRect(nullptr); }); in DEF_TEST()