Searched refs:IsSimpleClosedRect (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkPathPriv.h | 99 static bool IsSimpleClosedRect(const SkPath& path, SkRect* rect, SkPath::Direction* direction,
|
D | SkPath.cpp | 3620 bool SkPathPriv::IsSimpleClosedRect(const SkPath& path, SkRect* rect, SkPath::Direction* direction, in IsSimpleClosedRect() function in SkPathPriv
|
/third_party/flutter/skia/tests/ |
D | PathTest.cpp | 2232 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 …]
|
D | GrShapeTest.cpp | 461 if (SkPathPriv::IsSimpleClosedRect(fPath, &rect, &dir, &start)) { in strokeAndFillIsConvertedToFill()
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrShape.cpp | 537 } else if (SkPathPriv::IsSimpleClosedRect(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
|