Searched defs:Convexity (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h98 enum Convexity { enum in class:SkPath
108 Convexity getConvexity() const {
110 return static_cast<Convexity>(fConvexity);
122 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; }
133 void setConvexity(Convexity);
997 Convexity internalGetConvexity() const;
/external/skia/include/core/
H A DSkPath.h98 enum Convexity { enum in class:SkPath
108 Convexity getConvexity() const {
110 return static_cast<Convexity>(fConvexity);
122 Convexity getConvexityOrUnknown() const { return (Convexity)fConvexity; }
133 void setConvexity(Convexity);
997 Convexity internalGetConvexity() const;

Completed in 55 milliseconds