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

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h108 Convexity getConvexity() const { function in class:SkPath
118 * kUnknown_Convexity. Note: getConvexity() will automatically call
127 * computed by getConvexity().
136 * DEPRECATED: use getConvexity()
141 return kConvex_Convexity == this->getConvexity();
/external/skia/include/core/
H A DSkPath.h108 Convexity getConvexity() const { function in class:SkPath
118 * kUnknown_Convexity. Note: getConvexity() will automatically call
127 * computed by getConvexity().
136 * DEPRECATED: use getConvexity()
141 return kConvex_Convexity == this->getConvexity();
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp294 if (kConvex_Convexity != this->getConvexity()) {
2309 SkPath::Convexity getConvexity() const { return fConvexity; } function in struct:Convexicator
2421 if (kConcave_Convexity == state.getConvexity()) {
2426 fConvexity = state.getConvexity();
/external/skia/src/core/
H A DSkPath.cpp294 if (kConvex_Convexity != this->getConvexity()) {
2309 SkPath::Convexity getConvexity() const { return fConvexity; } function in struct:Convexicator
2421 if (kConcave_Convexity == state.getConvexity()) {
2426 fConvexity = state.getConvexity();

Completed in 139 milliseconds