Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkPathPriv.h223 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPath::Direction* dir, in IsRRect() function
DSkPath.cpp665 return SkPathPriv::IsRRect(*this, rrect, nullptr, nullptr); in isRRect()
/third_party/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.cpp2609 if (SkPathPriv::IsRRect(p, &rrect0, &dir0, &start0) && in write_and_read_back()
2610 SkPathPriv::IsRRect(readBack, &rrect1, &dir1, &start1)) { in write_and_read_back()
/third_party/flutter/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.cpp2613 if (SkPathPriv::IsRRect(p, &rrect0, &dir0, &start0) && in write_and_read_back()
2614 SkPathPriv::IsRRect(readBack, &rrect1, &dir1, &start1)) { in write_and_read_back()
/third_party/skia/src/core/
DSkPathPriv.h261 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPathDirection* dir, in IsRRect() function
DSkPath.cpp463 return SkPathPriv::IsRRect(*this, rrect, nullptr, nullptr); in isRRect()
/third_party/skia/src/gpu/geometry/
DGrShape.cpp71 } else if (SkPathPriv::IsRRect(fPath, &rrect, &dir, &start)) { in simplifyPath()
/third_party/flutter/skia/src/gpu/geometry/
DGrShape.cpp523 } else if (SkPathPriv::IsRRect(this->path(), &rrect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()