Home
last modified time | relevance | path

Searched defs:convexity (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/include/core/
DSkPath.h227 Convexity convexity = this->getConvexityOrUnknown(); in getConvexity() local
/third_party/skia/src/core/
DSkPath.cpp568 SkPathConvexity convexity = this->getConvexityOrUnknown(); in isConvexityAccurate() local
582 SkPathConvexity convexity = this->getConvexityOrUnknown(); in getConvexity() local
1630 SkPathConvexity convexity = this->getConvexityOrUnknown(); in transform() local
2260 auto setComputedConvexity = [=](SkPathConvexity convexity){ in computeConvexity()
2300 SkPathConvexity convexity = Convexicator::BySign(points, pointCount); in computeConvexity() local
DSkPathBuilder.cpp188 auto convexity = SkPathConvexity::kUnknown; in make() local
/third_party/flutter/skia/src/core/
DSkPath.cpp1880 Convexity convexity = this->getConvexityOrUnknown(); in transform() local
2737 auto setComputedConvexity = [=](Convexity convexity){ in internalGetConvexity()
2757 SkPath::Convexity convexity = Convexicator::BySign(points, (int) (last - points)); in internalGetConvexity() local
2827 SkPath::Convexity convexity = Convexicator::BySign(points, count); in IsConvex() local
/third_party/skia/tests/
DPathTest.cpp1315 bool convexity = copy.isConvex(); in check_convexity() local