Home
last modified time | relevance | path

Searched refs:knownToBeClosed (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/geometry/
DGrStyledShape.h236 bool knownToBeClosed() const { in knownToBeClosed() function
DGrStyledShape.cpp263 if (parent.knownToBeClosed()) { in setInheritedKey()
/third_party/skia/src/gpu/ops/
DAALinearizingConvexPathRenderer.cpp374 !args.fShape->knownToBeClosed() || in onCanDrawPath()
/third_party/skia/tests/
DGrStyledShapeTest.cpp197 REPORTER_ASSERT(r, allowedClosednessDiff || a.knownToBeClosed() == b.knownToBeClosed()); in check_equivalence()
1032 bool affectsStroke = !shape.knownToBeClosed(); in test_stroke_cap()