Home
last modified time | relevance | path

Searched refs:isLastContourClosed (Results 1 – 19 of 19) sorted by relevance

/external/skia/docs/examples/
DPath_isLastContourClosed.cpp9 path.isLastContourClosed() ? "" : "not "); in draw()
/external/skia/src/effects/
DSkTrimPathEffect.cpp88 if (contour_count == 1 && src.isLastContourClosed()) { in onFilterPath()
/external/skia/samplecode/
DSampleSimpleStroker.cpp166 const bool isClosed = path.isLastContourClosed(); in getFillPath()
DSampleVariableWidthStroker.cpp611 const bool isClosed = path.isLastContourClosed(); in getFillPath()
/external/skqp/src/gpu/
DGrShape.h333 return (this->style().isSimpleFill() || this->path().isLastContourClosed()) && in knownToBeConvex()
/external/skia/src/utils/
DSkDashPath.cpp311 if (src.isRect(nullptr) && src.isLastContourClosed() && is_even(initialDashIndex)) { in InternalFilter()
/external/skia/src/gpu/geometry/
DGrShape.cpp352 return (simpleFill || fPath.isLastContourClosed()) && fPath.isConvex(); in convex()
/external/skqp/src/utils/
DSkDashPath.cpp317 if (src.isRect(nullptr) && src.isLastContourClosed() && is_even(initialDashIndex)) { in InternalFilter()
/external/skqp/include/core/
DSkPath.h334 bool isLastContourClosed() const;
/external/skia/include/core/
DSkPath.h301 bool isLastContourClosed() const;
/external/skqp/tests/
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()
/external/skia/tests/
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()
/external/skqp/docs/
DSkPath_Reference.bmh1003 #Method bool isLastContourClosed() const
1010 close() has no effect if Path is empty; isLastContourClosed() returns
1016 path.isLastContourClosed() ? "" : "not ");
3081 #SeeAlso computeTightBounds conservativelyContainsRect getBounds isConvex isLastContourClosed isNes…
3118 #SeeAlso computeTightBounds conservativelyContainsRect getBounds isConvex isLastContourClosed isRect
/external/skqp/src/core/
DSkStroke.cpp1413 src.isLastContourClosed() && src.isConvex(); in strokePath()
DSkPath.cpp398 bool SkPath::isLastContourClosed() const { in isLastContourClosed() function in SkPath
/external/skia/src/core/
DSkStroke.cpp1449 src.isLastContourClosed() && src.isConvex(); in strokePath()
DSkPath.cpp373 bool SkPath::isLastContourClosed() const { in isLastContourClosed() function in SkPath
/external/skqp/site/user/api/
DSkPath_Reference.md53 bool <a href='#SkPath_isLastContourClosed'>isLastContourClosed</a>() const;
1224 bool <a href='#SkPath_isLastContourClosed'>isLastContourClosed</a>()const
1237 …nce#Path'>Path</a> is empty; <a href='#SkPath_isLastContourClosed'>isLastContourClosed</a>() retur…
3478 …kPath_isConvex'>isConvex</a> <a href='#SkPath_isLastContourClosed'>isLastContourClosed</a> <a href…
3524 …kPath_isConvex'>isConvex</a> <a href='#SkPath_isLastContourClosed'>isLastContourClosed</a> <a href…
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2659 bool isLastContourClosed() const;