Searched refs:IsOval (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/core/ |
D | SkPathPriv.h | 234 static bool IsOval(const SkPath& path, SkRect* rect, SkPathDirection* dir, unsigned* start) { in IsOval() function
|
D | SkPath.cpp | 459 return SkPathPriv::IsOval(*this, bounds, nullptr, nullptr); in isOval()
|
/third_party/skia/src/gpu/geometry/ |
D | GrShape.cpp | 74 } else if (SkPathPriv::IsOval(fPath, &rect, &dir, &start)) { in simplifyPath()
|
/third_party/skia/tests/ |
D | PathTest.cpp | 2601 if (SkPathPriv::IsOval(p, &oval0, &dir0, &start0) && in write_and_read_back() 2602 SkPathPriv::IsOval(readBack, &oval1, &dir1, &start1)) { in write_and_read_back() 3299 if (SkPathPriv::IsOval(path, &rect, &isOvalDir, &isOvalStart)) { in check_for_circle() 3542 REPORTER_ASSERT(reporter, SkPathPriv::IsOval(tmp, nullptr, &dir, &start)); in test_oval() 3582 REPORTER_ASSERT(reporter, SkPathPriv::IsOval(path, nullptr, &dir, &start)); in test_oval() 3748 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); in check_oval_arc()
|