Home
last modified time | relevance | path

Searched refs:computeConvexity (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPath.h1811 SkPathConvexity computeConvexity() const;
/external/skia/src/core/
DSkPath.cpp568 auto conv = this->computeConvexity(); in isConvexityAccurate()
582 convexity = this->computeConvexity(); in getConvexity()
2205 SkPathConvexity SkPath::computeConvexity() const { in computeConvexity() function in SkPath