Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/core/
H A DSkPath.h1852 SkPathConvexity computeConvexity() const;
/aosp_15_r20/external/skia/src/core/
H A DSkPath.cpp639 auto conv = this->computeConvexity(); in isConvexityAccurate()
653 convexity = this->computeConvexity(); in getConvexity()
2304 SkPathConvexity SkPath::computeConvexity() const { in computeConvexity() function in SkPath