Home
last modified time | relevance | path

Searched refs:IsOval (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/core/
DSkPathPriv.h204 static bool IsOval(const SkPath& path, SkRect* rect, SkPath::Direction* dir, unsigned* start) { in IsOval() function
DSkPath.cpp655 return SkPathPriv::IsOval(*this, bounds, nullptr, nullptr); in isOval()
/external/skia/src/core/
DSkPathPriv.h233 static bool IsOval(const SkPath& path, SkRect* rect, SkPathDirection* dir, unsigned* start) { in IsOval() function
DSkPath.cpp457 return SkPathPriv::IsOval(*this, bounds, nullptr, nullptr); in isOval()
/external/skia/src/gpu/geometry/
DGrShape.cpp74 } else if (SkPathPriv::IsOval(fPath, &rect, &dir, &start)) { in simplifyPath()
/external/skqp/src/gpu/
DGrShape.cpp532 } else if (SkPathPriv::IsOval(this->path(), &rect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
/external/skqp/tests/
DPathTest.cpp2611 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/
DPathTest.cpp2602 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()