Searched refs:Convexity (Results 1 – 3 of 3) sorted by relevance
93 enum Convexity { enum104 Convexity getConvexity() const { in getConvexity()108 return (Convexity)fConvexity; in getConvexity()117 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; } in getConvexityOrUnknown()128 void setConvexity(Convexity);142 static Convexity ComputeConvexity(const SkPath&);
260 SkPath::Convexity expected) { in check_convexity()261 SkPath::Convexity c = SkPath::ComputeConvexity(path); in check_convexity()387 static const SkPath::Convexity C = SkPath::kConcave_Convexity; in test_convexity()388 static const SkPath::Convexity V = SkPath::kConvex_Convexity; in test_convexity()408 SkPath::Convexity fExpectedConvexity; in test_convexity()423 SkPath::Convexity c = SkPath::ComputeConvexity(path); in test_convexity()
404 void SkPath::setConvexity(Convexity c) { in setConvexity()1751 SkPath::Convexity getConvexity() const { return fConvexity; } in getConvexity()1811 SkPath::Convexity fConvexity;1815 SkPath::Convexity SkPath::ComputeConvexity(const SkPath& path) { in ComputeConvexity()2035 const Convexity conv = this->getConvexityOrUnknown(); in cheapComputeDirection()