Home
last modified time | relevance | path

Searched refs:isLastContourClosed (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/docs/examples/
H A DPath_isLastContourClosed.cpp9 path.isLastContourClosed() ? "" : "not "); in REG_FIDDLE()
/third_party/skia/src/effects/
H A DSkTrimPathEffect.cpp89 if (contour_count == 1 && src.isLastContourClosed()) {
/third_party/skia/experimental/graphite/src/geom/
H A DShape.cpp65 return (simpleFill || fPath.isLastContourClosed()) && fPath.isConvex(); in convex()
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp166 const bool isClosed = path.isLastContourClosed(); in getFillPath()
H A DSampleVariableWidthStroker.cpp611 const bool isClosed = path.isLastContourClosed();
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp351 // Convex paths may only have one contour hence isLastContourClosed() is sufficient. in convex()
352 return (simpleFill || fPath.isLastContourClosed()) && fPath.isConvex(); in convex()
/third_party/skia/src/utils/
H A DSkDashPath.cpp314 if (src.isRect(nullptr) && src.isLastContourClosed() && is_even(initialDashIndex)) {
/third_party/skia/include/core/
H A DSkPath.h301 bool isLastContourClosed() const;
/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp84 fCurrentClosed = path.isLastContourClosed(); in updateContourData()
/third_party/skia/tests/
H A DPathTest.cpp951 REPORTER_ASSERT(reporter, !path.isLastContourClosed()); in test_islastcontourclosed()
953 REPORTER_ASSERT(reporter, !path.isLastContourClosed()); in test_islastcontourclosed()
955 REPORTER_ASSERT(reporter, path.isLastContourClosed()); in test_islastcontourclosed()
957 REPORTER_ASSERT(reporter, !path.isLastContourClosed()); in test_islastcontourclosed()
959 REPORTER_ASSERT(reporter, !path.isLastContourClosed()); in test_islastcontourclosed()
961 REPORTER_ASSERT(reporter, path.isLastContourClosed()); in test_islastcontourclosed()
963 REPORTER_ASSERT(reporter, !path.isLastContourClosed()); in test_islastcontourclosed()
/third_party/skia/src/core/
H A DSkStroke.cpp1449 src.isLastContourClosed() && src.isConvex();
H A DSkPath.cpp375 bool SkPath::isLastContourClosed() const { in isLastContourClosed() function in SkPath

Completed in 36 milliseconds