• Home
  • Raw
  • Download

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()
3648 REPORTER_ASSERT(reporter, p.isRect(&returnedRect)); in test_rrect()
3656 REPORTER_ASSERT(reporter, p.isRect(nullptr, &closed, &dir)); in test_rrect()
4686 REPORTER_ASSERT(reporter, p.isRect(nullptr)); in DEF_TEST()
4688 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in DEF_TEST()
4694 REPORTER_ASSERT(reporter, !p.isRect(nullptr)); in DEF_TEST()
4702 REPORTER_ASSERT(reporter, p.isRect(&r)); in DEF_TEST()
4706 REPORTER_ASSERT(reporter, p.isRect(&r)); in DEF_TEST()
5041 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5048 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5052 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5060 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5071 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5077 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5083 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5092 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5100 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5109 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5116 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5124 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5130 REPORTER_ASSERT(reporter, !path.isRect(&rect)); in DEF_TEST()
5138 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5147 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5156 REPORTER_ASSERT(reporter, path.isRect(&rect)); in DEF_TEST()
5382 survive(&path, x, true, r, [](const SkPath& p) { return p.isRect(nullptr); }); in DEF_TEST()