Searched refs:isLastContourClosed (Results 1 – 16 of 16) sorted by relevance
/external/skqp/src/gpu/ |
D | GrShape.h | 333 return (this->style().isSimpleFill() || this->path().isLastContourClosed()) && in knownToBeConvex()
|
/external/skia/src/gpu/ |
D | GrShape.h | 333 return (this->style().isSimpleFill() || this->path().isLastContourClosed()) && in knownToBeConvex()
|
/external/skia/src/utils/ |
D | SkDashPath.cpp | 317 if (src.isRect(nullptr) && src.isLastContourClosed() && is_even(initialDashIndex)) { in InternalFilter()
|
/external/skqp/src/utils/ |
D | SkDashPath.cpp | 317 if (src.isRect(nullptr) && src.isLastContourClosed() && is_even(initialDashIndex)) { in InternalFilter()
|
/external/skqp/include/core/ |
D | SkPath.h | 334 bool isLastContourClosed() const;
|
/external/skia/include/core/ |
D | SkPath.h | 334 bool isLastContourClosed() const;
|
/external/skia/tests/ |
D | PathTest.cpp | 951 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/tests/ |
D | PathTest.cpp | 951 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/docs/ |
D | SkPath_Reference.bmh | 1003 #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/docs/ |
D | SkPath_Reference.bmh | 1003 #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/skia/src/core/ |
D | SkStroke.cpp | 1409 src.isLastContourClosed() && src.isConvex(); in strokePath()
|
D | SkPath.cpp | 398 bool SkPath::isLastContourClosed() const { in isLastContourClosed() function in SkPath
|
/external/skqp/src/core/ |
D | SkStroke.cpp | 1413 src.isLastContourClosed() && src.isConvex(); in strokePath()
|
D | SkPath.cpp | 398 bool SkPath::isLastContourClosed() const { in isLastContourClosed() function in SkPath
|
/external/skia/site/user/api/ |
D | SkPath_Reference.md | 53 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/skqp/site/user/api/ |
D | SkPath_Reference.md | 53 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…
|