Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPath.h236 Convexity convexity = this->getConvexityOrUnknown(); in getConvexity() local
/external/skia/include/core/
DSkPath.h236 Convexity convexity = this->getConvexityOrUnknown(); in getConvexity() 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/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