Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPath.cpp624 SkPathConvexity convexity = this->getConvexityOrUnknown(); in isConvexityAccurate() local
638 SkPathConvexity convexity = this->getConvexityOrUnknown(); in getConvexity() local
1687 SkPathConvexity convexity = this->getConvexityOrUnknown(); in transform() local
2267 auto setComputedConvexity = [=](SkPathConvexity convexity){ in computeConvexity()
2307 SkPathConvexity convexity = Convexicator::BySign(points, pointCount); in computeConvexity() local
DSkPathBuilder.cpp194 auto convexity = SkPathConvexity::kUnknown; in make() local
/external/cronet/testing/libfuzzer/proto/
Dskia_image_filter.proto487 required Convexity convexity = 1; field
/external/skia/tests/
DPathTest.cpp1360 bool convexity = copy.isConvex(); in check_convexity() local