Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPath.h236 Convexity convexity = this->getConvexityOrUnknown(); in getConvexity() local
/external/skia/src/core/
DSkPath.cpp566 SkPathConvexity convexity = this->getConvexityOrUnknown(); in isConvexityAccurate() local
580 SkPathConvexity convexity = this->getConvexityOrUnknown(); in getConvexity() local
1622 SkPathConvexity convexity = this->getConvexityOrUnknown(); in transform() local
2206 auto setComputedConvexity = [=](SkPathConvexity convexity){ in computeConvexity()
2234 SkPathConvexity convexity = Convexicator::BySign(points, pointCount); in computeConvexity() local
DSkPathBuilder.cpp184 auto convexity = SkPathConvexity::kUnknown; in make() local
/external/skqp/src/core/
DSkPath.cpp1852 Convexity convexity = this->getConvexityOrUnknown(); in transform() local
2799 auto setComputedConvexity = [=](Convexity convexity){ in internalGetConvexity()
2819 SkPath::Convexity convexity = Convexicator::BySign(points, (int) (last - points)); in internalGetConvexity() local
2889 SkPath::Convexity convexity = Convexicator::BySign(points, count); in IsConvex() local
/external/skia/tests/
DPathTest.cpp1315 bool convexity = copy.isConvex(); in check_convexity() local