Lines Matching refs:isRect
616 REPORTER_ASSERT(reporter, path.isRect(nullptr));
621 REPORTER_ASSERT(reporter, !path.isRect(nullptr));
626 REPORTER_ASSERT(reporter, !path.isRect(nullptr));
631 REPORTER_ASSERT(reporter, !path.isRect(nullptr));
636 REPORTER_ASSERT(reporter, !path.isRect(nullptr));
881 REPORTER_ASSERT(reporter, temp.isRect(&result));
2024 REPORTER_ASSERT(reporter, path.isRect(nullptr, &isClosed, nullptr));
2028 // Simple isRect test is inline TestPath, below.
2128 REPORTER_ASSERT(reporter, tests[testIndex].fIsRect == path.isRect(nullptr));
2138 REPORTER_ASSERT(reporter, path.isRect(&computed, &isClosed, &direction));
2149 REPORTER_ASSERT(reporter, !path.isRect(&computed, &isClosed, &direction));
2166 REPORTER_ASSERT(reporter, !path1.isRect(nullptr));
2178 REPORTER_ASSERT(reporter, !path1.isRect(nullptr));
2187 REPORTER_ASSERT(reporter, !path1.isRect(nullptr));
2199 REPORTER_ASSERT(reporter, !path1.isRect(nullptr));
2211 REPORTER_ASSERT(reporter, !path1.isRect(nullptr));
3649 REPORTER_ASSERT(reporter, p.isRect(&returnedRect));
3657 REPORTER_ASSERT(reporter, p.isRect(nullptr, &closed, &dir));
4897 REPORTER_ASSERT(reporter, p.isRect(nullptr));
4899 REPORTER_ASSERT(reporter, p.isRect(&bounds2));
4905 REPORTER_ASSERT(reporter, !p.isRect(nullptr));
4907 // Test an edge case w.r.t. the bound returned by isRect (i.e., the
4913 REPORTER_ASSERT(reporter, p.isRect(&r));
4917 REPORTER_ASSERT(reporter, p.isRect(&r));
5245 REPORTER_ASSERT(reporter, path.isRect(&rect));
5252 REPORTER_ASSERT(reporter, !path.isRect(&rect));
5256 REPORTER_ASSERT(reporter, path.isRect(&rect));
5264 REPORTER_ASSERT(reporter, path.isRect(&rect));
5275 REPORTER_ASSERT(reporter, !path.isRect(&rect));
5281 REPORTER_ASSERT(reporter, path.isRect(&rect));
5287 REPORTER_ASSERT(reporter, !path.isRect(&rect));
5296 REPORTER_ASSERT(reporter, !path.isRect(&rect));
5304 REPORTER_ASSERT(reporter, path.isRect(&rect));
5313 REPORTER_ASSERT(reporter, !path.isRect(&rect));
5320 REPORTER_ASSERT(reporter, path.isRect(&rect));
5328 REPORTER_ASSERT(reporter, !path.isRect(&rect));
5334 REPORTER_ASSERT(reporter, !path.isRect(&rect));
5342 REPORTER_ASSERT(reporter, path.isRect(&rect));
5351 REPORTER_ASSERT(reporter, path.isRect(&rect));
5360 REPORTER_ASSERT(reporter, path.isRect(&rect));
5604 survive(&path, x, true, r, [](const SkPath& p) { return p.isRect(nullptr); });