Home
last modified time | relevance | path

Searched refs:IsRRect (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/core/
DSkPathPriv.h231 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPath::Direction* dir, in IsRRect() function
DSkPath.cpp659 return SkPathPriv::IsRRect(*this, rrect, nullptr, nullptr); in isRRect()
/external/skqp/tests/
DRRectInPathTest.cpp17 REPORTER_ASSERT(reporter, SkPathPriv::IsRRect(path, &out, dir, start)); in path_contains_rrect()
35 REPORTER_ASSERT(reporter, SkPathPriv::IsRRect(xformed, &xrr, &xd, &xs)); in path_contains_rrect()
DPathTest.cpp2619 if (SkPathPriv::IsRRect(p, &rrect0, &dir0, &start0) && in write_and_read_back()
2620 SkPathPriv::IsRRect(readBack, &rrect1, &dir1, &start1)) { in write_and_read_back()
/external/skia/tests/
DRRectInPathTest.cpp17 REPORTER_ASSERT(reporter, SkPathPriv::IsRRect(path, &out, dir, start)); in path_contains_rrect()
35 REPORTER_ASSERT(reporter, SkPathPriv::IsRRect(xformed, &xrr, &xd, &xs)); in path_contains_rrect()
DPathTest.cpp2610 if (SkPathPriv::IsRRect(p, &rrect0, &dir0, &start0) && in write_and_read_back()
2611 SkPathPriv::IsRRect(readBack, &rrect1, &dir1, &start1)) { in write_and_read_back()
/external/skia/src/core/
DSkPathPriv.h260 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPathDirection* dir, in IsRRect() function
DSkPath.cpp461 return SkPathPriv::IsRRect(*this, rrect, nullptr, nullptr); in isRRect()
/external/skia/src/gpu/geometry/
DGrShape.cpp71 } else if (SkPathPriv::IsRRect(fPath, &rrect, &dir, &start)) { in simplifyPath()
/external/skqp/src/gpu/
DGrShape.cpp525 } else if (SkPathPriv::IsRRect(this->path(), &rrect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()