Lines Matching refs:isRect
342 REPORTER_ASSERT(reporter, temp.isRect(&result)); in test_arb_zero_rad_round_rect_is_rect()
1197 REPORTER_ASSERT(reporter, fail ^ path.isRect(0)); in test_isRect()
1198 REPORTER_ASSERT(reporter, fail ^ path.isRect(NULL, NULL)); in test_isRect()
1203 REPORTER_ASSERT(reporter, path.isRect(&computed)); in test_isRect()
1209 REPORTER_ASSERT(reporter, path.isRect(&isClosed, &direction)); in test_isRect()
1215 REPORTER_ASSERT(reporter, !path.isRect(&computed)); in test_isRect()
1221 REPORTER_ASSERT(reporter, !path.isRect(&isClosed, &direction)); in test_isRect()
1242 REPORTER_ASSERT(reporter, fail ^ path1.isRect(0)); in test_isRect()
1254 REPORTER_ASSERT(reporter, fail ^ path1.isRect(0)); in test_isRect()
1263 REPORTER_ASSERT(reporter, fail ^ path1.isRect(0)); in test_isRect()
1275 REPORTER_ASSERT(reporter, fail ^ path1.isRect(0)); in test_isRect()
1287 REPORTER_ASSERT(reporter, fail ^ path1.isRect(0)); in test_isRect()
2323 REPORTER_ASSERT(reporter, p.isRect(NULL)); in TestPath()
2325 REPORTER_ASSERT(reporter, p.isRect(&bounds2)); in TestPath()
2331 REPORTER_ASSERT(reporter, !p.isRect(NULL)); in TestPath()