Searched refs:Convexity (Results 1 – 5 of 5) sorted by relevance
109 enum Convexity { enum119 Convexity getConvexity() const { in getConvexity()121 return static_cast<Convexity>(fConvexity); in getConvexity()133 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; } in getConvexityOrUnknown()144 void setConvexity(Convexity);1141 Convexity internalGetConvexity() const;
8 - Convexity defects and how to find them.15 ### 1. Convexity Defects
699 void SkPath::setConvexity(Convexity c) { in setConvexity()2262 SkPath::Convexity getConvexity() const { return fConvexity; } in getConvexity()2397 SkPath::Convexity fConvexity;2404 SkPath::Convexity SkPath::internalGetConvexity() const { in internalGetConvexity()2467 return static_cast<Convexity>(fConvexity); in internalGetConvexity()
119 6. Checking Convexity
1191 SkPath::Convexity expected) { in check_convexity()1193 SkPath::Convexity c = copy.getConvexity(); in check_convexity()1418 SkPath::Convexity fExpectedConvexity; in test_convexity()