Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkPath.cpp637 SkPathConvexity convexity = this->getConvexityOrUnknown(); in isConvexityAccurate() local
651 SkPathConvexity convexity = this->getConvexityOrUnknown(); in getConvexity() local
1721 SkPathConvexity convexity = this->getConvexityOrUnknown(); in transform() local
2305 auto setComputedConvexity = [&](SkPathConvexity convexity) { in computeConvexity()
2343 SkPathConvexity convexity = Convexicator::BySign(points, pointCount); in computeConvexity() local
H A DSkPathBuilder.cpp195 auto convexity = SkPathConvexity::kUnknown; in make() local
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Dskia_image_filter.proto487 required Convexity convexity = 1; field
/aosp_15_r20/external/skia/tests/
H A DPathTest.cpp1361 bool convexity = copy.isConvex(); in check_convexity() local