/external/skqp/tools/lua/ |
D | scrape.lua | 62 local pred, r1, r2, d1, d2 = t.path:isNestedFillRects()
|
/external/skia/tools/lua/ |
D | scrape.lua | 62 local pred, r1, r2, d1, d2 = t.path:isNestedFillRects()
|
/external/skqp/tests/ |
D | StrokeTest.cpp | 78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter); in test_strokerect()
|
D | PathTest.cpp | 2451 tests[testIndex].fIsNestedRect == path.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2466 REPORTER_ASSERT(reporter, path.isNestedFillRects(computed, computedDirs)); in test_isNestedFillRects() 2488 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2506 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2521 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2539 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2557 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2563 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2578 REPORTER_ASSERT(reporter, path.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2587 REPORTER_ASSERT(reporter, dst.isNestedFillRects(nullptr)); in test_isNestedFillRects()
|
/external/skia/tests/ |
D | StrokeTest.cpp | 78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter); in test_strokerect()
|
D | PathTest.cpp | 2451 tests[testIndex].fIsNestedRect == path.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2466 REPORTER_ASSERT(reporter, path.isNestedFillRects(computed, computedDirs)); in test_isNestedFillRects() 2488 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2506 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2521 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2539 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2557 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2563 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2578 REPORTER_ASSERT(reporter, path.isNestedFillRects(nullptr)); in test_isNestedFillRects() 2587 REPORTER_ASSERT(reporter, dst.isNestedFillRects(nullptr)); in test_isNestedFillRects()
|
/external/skqp/src/gpu/ |
D | GrShape.h | 259 if (!this->path().isNestedFillRects(rects, dirs)) { in asNestedRects()
|
/external/skia/src/gpu/ |
D | GrShape.h | 259 if (!this->path().isNestedFillRects(rects, dirs)) { in asNestedRects()
|
/external/skqp/include/core/ |
D | SkPath.h | 1060 bool isNestedFillRects(SkRect rect[2], Direction dirs[2] = nullptr) const;
|
/external/skia/include/core/ |
D | SkPath.h | 1060 bool isNestedFillRects(SkRect rect[2], Direction dirs[2] = nullptr) const;
|
/external/skia/src/core/ |
D | SkMaskFilter.cpp | 211 if (path.isNestedFillRects(rects)) { in countNestedRects()
|
D | SkPath.cpp | 618 bool SkPath::isNestedFillRects(SkRect rects[2], Direction dirs[2]) const { in isNestedFillRects() function in SkPath
|
/external/skqp/src/core/ |
D | SkMaskFilter.cpp | 211 if (path.isNestedFillRects(rects)) { in countNestedRects()
|
D | SkPath.cpp | 618 bool SkPath::isNestedFillRects(SkRect rects[2], Direction dirs[2]) const { in isNestedFillRects() function in SkPath
|
/external/skia/docs/ |
D | SkPath_Reference.bmh | 201 #SeeAlso arcTo rArcTo isRect isNestedFillRects addRect addOval 3081 …puteTightBounds conservativelyContainsRect getBounds isConvex isLastContourClosed isNestedFillRects 3087 #Method bool isNestedFillRects(SkRect rect[2], Direction dirs[2] = nullptr) const 3102 if (path.isNestedFillRects(rects, directions)) {
|
/external/skqp/docs/ |
D | SkPath_Reference.bmh | 201 #SeeAlso arcTo rArcTo isRect isNestedFillRects addRect addOval 3081 …puteTightBounds conservativelyContainsRect getBounds isConvex isLastContourClosed isNestedFillRects 3087 #Method bool isNestedFillRects(SkRect rect[2], Direction dirs[2] = nullptr) const 3102 if (path.isNestedFillRects(rects, directions)) {
|
/external/skqp/src/utils/ |
D | SkLua.cpp | 1347 bool pred = get_obj<SkPath>(L, 1)->isNestedFillRects(rects, dirs); in lpath_isNestedFillRects()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 1347 bool pred = get_obj<SkPath>(L, 1)->isNestedFillRects(rects, dirs); in lpath_isNestedFillRects()
|
/external/skia/site/user/api/ |
D | SkPath_Reference.md | 115 …bool <a href='#SkPath_isNestedFillRects'>isNestedFillRects</a>(<a href='SkRect_Reference#SkRect'>S… 375 …ref='#SkPath_isRect'>isRect</a> <a href='#SkPath_isNestedFillRects'>isNestedFillRects</a> <a href=… 3478 …astContourClosed'>isLastContourClosed</a> <a href='#SkPath_isNestedFillRects'>isNestedFillRects</a> 3485 bool <a href='#SkPath_isNestedFillRects'>isNestedFillRects</a>(<a href='SkRect_Reference#SkRect'>Sk…
|
/external/skqp/site/user/api/ |
D | SkPath_Reference.md | 115 …bool <a href='#SkPath_isNestedFillRects'>isNestedFillRects</a>(<a href='SkRect_Reference#SkRect'>S… 375 …ref='#SkPath_isRect'>isRect</a> <a href='#SkPath_isNestedFillRects'>isNestedFillRects</a> <a href=… 3478 …astContourClosed'>isLastContourClosed</a> <a href='#SkPath_isNestedFillRects'>isNestedFillRects</a> 3485 bool <a href='#SkPath_isNestedFillRects'>isNestedFillRects</a>(<a href='SkRect_Reference#SkRect'>Sk…
|