HomeSort by relevance Sort by last modified time
    Searched defs:getConvexity (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPath.h 125 Convexity getConvexity() const {
135 * kUnknown_Convexity. Note: getConvexity() will automatically call
144 * computed by getConvexity().
157 return kConvex_Convexity == this->getConvexity();
    [all...]
  /external/skia/src/core/
SkPath.cpp 263 if (kConvex_Convexity != this->getConvexity()) {
    [all...]

Completed in 168 milliseconds