Home
last modified time | relevance | path

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

/third_party/skia/include/core/
H A DSkPath.h1818 SkPathConvexity computeConvexity() const;
1866 // Compares the cached value with a freshly computed one (computeConvexity())
/third_party/skia/src/core/
H A DSkPath.cpp570 auto conv = this->computeConvexity(); in isConvexityAccurate()
584 convexity = this->computeConvexity(); in getConvexity()
2259 SkPathConvexity SkPath::computeConvexity() const { in computeConvexity() function in SkPath

Completed in 13 milliseconds