Home
last modified time | relevance | path

Searched defs:isOval (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/include/core/
H A DSkRRect.h81 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function in SkRRect
/third_party/skia/include/private/
H A DSkPathRef.h154 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() argument
233 bool isOval(SkRect* rect, bool* isCCW, unsigned* start) const { in isOval() function in final
473 void setIsOval(bool isOval, bool isCCW, unsigned start) { in setIsOval() argument
/third_party/skia/src/core/
H A DSkPath.cpp458 bool SkPath::isOval(SkRect* bounds) const { in isOval() function in SkPath
1052 bool isOval = hasOnlyMoveTos(); in addOval() local
/third_party/skia/tests/
H A DPathTest.cpp3748 bool isOval = SkPathPriv::IsOval(path, &r, &d, &s); check_oval_arc() local
[all...]

Completed in 15 milliseconds