Home
last modified time | relevance | path

Searched refs:isNestedFillRects (Results 1 – 20 of 20) sorted by relevance

/external/skqp/tools/lua/
Dscrape.lua62 local pred, r1, r2, d1, d2 = t.path:isNestedFillRects()
/external/skia/tools/lua/
Dscrape.lua62 local pred, r1, r2, d1, d2 = t.path:isNestedFillRects()
/external/skqp/tests/
DStrokeTest.cpp78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter); in test_strokerect()
DPathTest.cpp2451 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/
DStrokeTest.cpp78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter); in test_strokerect()
DPathTest.cpp2451 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/
DGrShape.h259 if (!this->path().isNestedFillRects(rects, dirs)) { in asNestedRects()
/external/skia/src/gpu/
DGrShape.h259 if (!this->path().isNestedFillRects(rects, dirs)) { in asNestedRects()
/external/skqp/include/core/
DSkPath.h1060 bool isNestedFillRects(SkRect rect[2], Direction dirs[2] = nullptr) const;
/external/skia/include/core/
DSkPath.h1060 bool isNestedFillRects(SkRect rect[2], Direction dirs[2] = nullptr) const;
/external/skia/src/core/
DSkMaskFilter.cpp211 if (path.isNestedFillRects(rects)) { in countNestedRects()
DSkPath.cpp618 bool SkPath::isNestedFillRects(SkRect rects[2], Direction dirs[2]) const { in isNestedFillRects() function in SkPath
/external/skqp/src/core/
DSkMaskFilter.cpp211 if (path.isNestedFillRects(rects)) { in countNestedRects()
DSkPath.cpp618 bool SkPath::isNestedFillRects(SkRect rects[2], Direction dirs[2]) const { in isNestedFillRects() function in SkPath
/external/skia/docs/
DSkPath_Reference.bmh201 #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/
DSkPath_Reference.bmh201 #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/
DSkLua.cpp1347 bool pred = get_obj<SkPath>(L, 1)->isNestedFillRects(rects, dirs); in lpath_isNestedFillRects()
/external/skia/src/utils/
DSkLua.cpp1347 bool pred = get_obj<SkPath>(L, 1)->isNestedFillRects(rects, dirs); in lpath_isNestedFillRects()
/external/skia/site/user/api/
DSkPath_Reference.md115 …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/
DSkPath_Reference.md115 …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…