Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkPathPriv.h107 static bool IsSimpleClosedRect(const SkPath& path, SkRect* rect, SkPath::Direction* direction,
DSkPath.cpp3682 bool SkPathPriv::IsSimpleClosedRect(const SkPath& path, SkRect* rect, SkPath::Direction* direction, in IsSimpleClosedRect() function in SkPathPriv
/external/skqp/tests/
DPathTest.cpp2238 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 …]
DGrShapeTest.cpp461 if (SkPathPriv::IsSimpleClosedRect(fPath, &rect, &dir, &start)) { in strokeAndFillIsConvertedToFill()
/external/skqp/src/gpu/
DGrShape.cpp539 } else if (SkPathPriv::IsSimpleClosedRect(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()