Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
H A DPath_Convexity.cpp16 canvas->drawString(labels[(int) path.getConvexity()], 30, 100, paint); in REG_FIDDLE()
/third_party/skia/include/core/
H A DSkPath.h229 return SkPathConvexity::kConvex == this->getConvexity(); in isConvex()
1860 SkPathConvexity getConvexity() const;
/third_party/skia/src/core/
H A DSkPathPriv.h397 return path.getConvexity();
H A DSkPath.cpp579 SkPathConvexity SkPath::getConvexity() const { in getConvexity() function in SkPath

Completed in 11 milliseconds