Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkPath.h226 Convexity convexity = this->getConvexityOrUnknown(); in getConvexity() local
/third_party/flutter/skia/src/core/
DSkPath.cpp1880 Convexity convexity = this->getConvexityOrUnknown(); in transform() local
2690 auto setComputedConvexity = [=](Convexity convexity){ in internalGetConvexity()
2710 SkPath::Convexity convexity = Convexicator::BySign(points, (int) (last - points)); in internalGetConvexity() local
2780 SkPath::Convexity convexity = Convexicator::BySign(points, count); in IsConvex() local