Lines Matching defs:isClosed
2019 bool isClosed;
2024 REPORTER_ASSERT(reporter, path.isRect(nullptr, &isClosed, nullptr));
2025 REPORTER_ASSERT(reporter, isClosed);
2132 bool isClosed;
2138 REPORTER_ASSERT(reporter, path.isRect(&computed, &isClosed, &direction));
2140 REPORTER_ASSERT(reporter, isClosed == tests[testIndex].fClose);
2147 bool isClosed = c;
2149 REPORTER_ASSERT(reporter, !path.isRect(&computed, &isClosed, &direction));
2152 REPORTER_ASSERT(reporter, isClosed == c);
2214 static void check_simple_rect(skiatest::Reporter* reporter, const SkPath& path, bool isClosed,
2220 REPORTER_ASSERT(reporter, SkPathPriv::IsSimpleRect(path, false, &r, &d, &s) == isClosed);