Home | History | Annotate | Download | only in core

Lines Matching defs:Convexity

88     enum Convexity {
95 * Return the path's convexity, as stored in the path. If it is currently unknown,
96 * then this function will attempt to compute the convexity (and cache the result).
98 Convexity getConvexity() const {
100 return static_cast<Convexity>(fConvexity);
107 * Return the currently cached value for convexity, even if that is set to
112 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; }
115 * Store a convexity setting in the path. There is no automatic check to
123 void setConvexity(Convexity);
992 Convexity internalGetConvexity() const;