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

  /external/skia/include/core/
SkPath.h 104 Convexity getConvexity() const {
113 * kUnknown_Convexity. Note: getConvexity() will automatically call
145 * DEPRECATED: use getConvexity()
150 return kConvex_Convexity == this->getConvexity();
  /external/skia/src/core/
SkPath.cpp     [all...]
  /external/skia/tests/
PathTest.cpp 26 if (SkPath::kConvex_Convexity == path->getConvexity()) {
    [all...]

Completed in 37 milliseconds