Home
last modified time | relevance | path

Searched refs:IsSimpleClosedRect (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/core/
DSkPathPriv.h99 static bool IsSimpleClosedRect(const SkPath& path, SkRect* rect, SkPath::Direction* direction,
DSkPath.cpp3620 bool SkPathPriv::IsSimpleClosedRect(const SkPath& path, SkRect* rect, SkPath::Direction* direction, in IsSimpleClosedRect() function in SkPathPriv
/third_party/flutter/skia/tests/
DPathTest.cpp2232 REPORTER_ASSERT(reporter, SkPathPriv::IsSimpleClosedRect(path, &r, &d, &s)); in check_simple_closed_rect()
2256 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect()
2259 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect()
2262 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect()
2283 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect()
2293 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect()
2298 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect()
2303 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect()
2332 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path, &rect, &dir, &start)); in test_is_simple_closed_rect()
2340 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path, &rect, &dir, &start)); in test_is_simple_closed_rect()
[all …]
DGrShapeTest.cpp461 if (SkPathPriv::IsSimpleClosedRect(fPath, &rect, &dir, &start)) { in strokeAndFillIsConvertedToFill()
/third_party/flutter/skia/src/gpu/geometry/
DGrShape.cpp537 } else if (SkPathPriv::IsSimpleClosedRect(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()