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

/external/skia/include/core/
H A DSkPath.h102 Convexity getConvexity() const { function in class:SkPath
112 * kUnknown_Convexity. Note: getConvexity() will automatically call
121 * computed by getConvexity().
134 return kConvex_Convexity == this->getConvexity();
/external/skia/src/core/
H A DSkPath.cpp220 if (kConvex_Convexity != this->getConvexity()) {
2078 SkPath::Convexity getConvexity() const { return fConvexity; } function in struct:Convexicator
2274 if (kConcave_Convexity == state.getConvexity()) {
2279 fConvexity = state.getConvexity();

Completed in 104 milliseconds