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()
2042 REPORTER_ASSERT(reporter, path.isRect(nullptr, &isClosed, nullptr)); in test_isRect_open_close()
2146 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(nullptr)); in test_isRect()
2156 REPORTER_ASSERT(reporter, path.isRect(&computed, &isClosed, &direction)); in test_isRect()
2167 REPORTER_ASSERT(reporter, !path.isRect(&computed, &isClosed, &direction)); in test_isRect()
2184 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
2196 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
2205 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
2217 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
2229 REPORTER_ASSERT(reporter, !path1.isRect(nullptr)); in test_isRect()
3663 REPORTER_ASSERT(reporter, p.isRect(&returnedRect)); in test_rrect()
3671 REPORTER_ASSERT(reporter, p.isRect(nullptr, &closed, &dir)); in test_rrect()
4713 REPORTER_ASSERT(reporter, p.isRect(nullptr)); in DEF_TEST()
4715 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in DEF_TEST()
4721 REPORTER_ASSERT(reporter, !p.isRect(nullptr)); in DEF_TEST()
4729 REPORTER_ASSERT(reporter, p.isRect(&r)); in DEF_TEST()
4733 REPORTER_ASSERT(reporter, p.isRect(&r)); in DEF_TEST()
5068 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5075 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5079 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5087 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5098 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5104 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5110 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5119 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5127 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5136 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5143 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5151 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5157 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5165 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5174 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5183 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5409 survive(&path, x, true, r, [](const SkPath& p) { return p.isRect(nullptr); }); in DEF_TEST()