Home
last modified time | relevance | path

Searched defs:isOval (Results 1 – 8 of 8) sorted by relevance

/external/skqp/include/private/
DSkPathRef.h105 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval()
184 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() function
516 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval()
/external/skia/include/private/
DSkPathRef.h154 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval()
233 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() function
473 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval()
/external/skia/include/core/
DSkRRect.h81 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function
/external/skqp/include/core/
DSkRRect.h102 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function
/external/skqp/src/core/
DSkPath.cpp654 bool SkPath::isOval(SkRect* bounds) const { in isOval() function in SkPath
1292 bool isOval = hasOnlyMoveTos(); in addOval() local
/external/skia/src/core/
DSkPath.cpp456 bool SkPath::isOval(SkRect* bounds) const { in isOval() function in SkPath
1043 bool isOval = hasOnlyMoveTos(); in addOval() local
/external/skia/tests/
DPathTest.cpp3749 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); in check_oval_arc() local
/external/skqp/tests/
DPathTest.cpp3751 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); in check_oval_arc() local