Searched refs:IsOval (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/core/ |
D | SkPathPriv.h | 204 static bool IsOval(const SkPath& path, SkRect* rect, SkPath::Direction* dir, unsigned* start) { in IsOval() function
|
D | SkPath.cpp | 655 return SkPathPriv::IsOval(*this, bounds, nullptr, nullptr); in isOval()
|
/external/skia/src/core/ |
D | SkPathPriv.h | 233 static bool IsOval(const SkPath& path, SkRect* rect, SkPathDirection* dir, unsigned* start) { in IsOval() function
|
D | SkPath.cpp | 457 return SkPathPriv::IsOval(*this, bounds, nullptr, nullptr); in isOval()
|
/external/skia/src/gpu/geometry/ |
D | GrShape.cpp | 74 } else if (SkPathPriv::IsOval(fPath, &rect, &dir, &start)) { in simplifyPath()
|
/external/skqp/src/gpu/ |
D | GrShape.cpp | 532 } else if (SkPathPriv::IsOval(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
|
/external/skqp/tests/ |
D | PathTest.cpp | 2611 if (SkPathPriv::IsOval(p, &oval0, &dir0, &start0) && in write_and_read_back() 2612 SkPathPriv::IsOval(readBack, &oval1, &dir1, &start1)) { in write_and_read_back() 3300 if (SkPathPriv::IsOval(path, &rect, &isOvalDir, &isOvalStart)) { in check_for_circle() 3543 REPORTER_ASSERT(reporter, SkPathPriv::IsOval(tmp, nullptr, &dir, &start)); in test_oval() 3583 REPORTER_ASSERT(reporter, SkPathPriv::IsOval(path, nullptr, &dir, &start)); in test_oval() 3751 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); in check_oval_arc()
|
/external/skia/tests/ |
D | PathTest.cpp | 2602 if (SkPathPriv::IsOval(p, &oval0, &dir0, &start0) && in write_and_read_back() 2603 SkPathPriv::IsOval(readBack, &oval1, &dir1, &start1)) { in write_and_read_back() 3300 if (SkPathPriv::IsOval(path, &rect, &isOvalDir, &isOvalStart)) { in check_for_circle() 3543 REPORTER_ASSERT(reporter, SkPathPriv::IsOval(tmp, nullptr, &dir, &start)); in test_oval() 3583 REPORTER_ASSERT(reporter, SkPathPriv::IsOval(path, nullptr, &dir, &start)); in test_oval() 3749 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); in check_oval_arc()
|