Searched refs:IsSimpleClosedRect (Results 1 – 5 of 5) sorted by relevance
/external/skqp/src/core/ |
D | SkPathPriv.h | 107 static bool IsSimpleClosedRect(const SkPath& path, SkRect* rect, SkPath::Direction* direction,
|
D | SkPath.cpp | 3682 bool SkPathPriv::IsSimpleClosedRect(const SkPath& path, SkRect* rect, SkPath::Direction* direction, in IsSimpleClosedRect() function in SkPathPriv
|
/external/skqp/tests/ |
D | PathTest.cpp | 2238 REPORTER_ASSERT(reporter, SkPathPriv::IsSimpleClosedRect(path, &r, &d, &s)); in check_simple_closed_rect() 2262 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect() 2265 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect() 2268 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect() 2289 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect() 2299 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect() 2304 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect() 2309 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path2, &r, &d, &s)); in test_is_simple_closed_rect() 2338 REPORTER_ASSERT(reporter, !SkPathPriv::IsSimpleClosedRect(path, &rect, &dir, &start)); in test_is_simple_closed_rect() 2346 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()
|
/external/skqp/src/gpu/ |
D | GrShape.cpp | 539 } else if (SkPathPriv::IsSimpleClosedRect(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
|