Home
last modified time | relevance | path

Searched refs:IsNestedFillRects (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DStrokeTest.cpp79 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(fillPath, nested) == isMiter); in test_strokerect()
DPathTest.cpp2442 … tests[testIndex].fIsNestedRect == SkPathPriv::IsNestedFillRects(path, nullptr)); in test_isNestedFillRects()
2457 … REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(path, computed, computedDirs)); in test_isNestedFillRects()
2479 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects()
2497 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects()
2512 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects()
2530 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects()
2548 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects()
2554 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects()
2569 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(path, nullptr)); in test_isNestedFillRects()
2578 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(dst, nullptr)); in test_isNestedFillRects()
/external/skia/src/core/
DSkPathPriv.h351 static bool IsNestedFillRects(const SkPath&, SkRect rect[2],
DSkMaskFilter.cpp209 if (SkPathPriv::IsNestedFillRects(path, rects)) { in countNestedRects()
DSkPath.cpp3576 bool SkPathPriv::IsNestedFillRects(const SkPath& path, SkRect rects[2], SkPathDirection dirs[2]) { in IsNestedFillRects() function in SkPathPriv
/external/skia/src/gpu/geometry/
DGrStyledShape.cpp534 if (!SkPathPriv::IsNestedFillRects(fShape.path(), rects, dirs)) { in asNestedRects()