Searched refs:IsRRect (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/core/ |
D | SkPathPriv.h | 231 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPath::Direction* dir, in IsRRect() function
|
D | SkPath.cpp | 659 return SkPathPriv::IsRRect(*this, rrect, nullptr, nullptr); in isRRect()
|
/external/skia/tests/ |
D | RRectInPathTest.cpp | 17 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()
|
D | PathTest.cpp | 2610 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/skqp/tests/ |
D | RRectInPathTest.cpp | 17 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()
|
D | PathTest.cpp | 2619 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/src/core/ |
D | SkPathPriv.h | 260 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPathDirection* dir, in IsRRect() function
|
D | SkPath.cpp | 461 return SkPathPriv::IsRRect(*this, rrect, nullptr, nullptr); in isRRect()
|
/external/skia/src/gpu/geometry/ |
D | GrShape.cpp | 71 } else if (SkPathPriv::IsRRect(fPath, &rrect, &dir, &start)) { in simplifyPath()
|
/external/skqp/src/gpu/ |
D | GrShape.cpp | 525 } else if (SkPathPriv::IsRRect(this->path(), &rrect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
|