Searched refs:IsNestedFillRects (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | StrokeTest.cpp | 79 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(fillPath, nested) == isMiter); in test_strokerect()
|
D | PathTest.cpp | 2442 … 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/ |
D | SkPathPriv.h | 351 static bool IsNestedFillRects(const SkPath&, SkRect rect[2],
|
D | SkMaskFilter.cpp | 209 if (SkPathPriv::IsNestedFillRects(path, rects)) { in countNestedRects()
|
D | SkPath.cpp | 3576 bool SkPathPriv::IsNestedFillRects(const SkPath& path, SkRect rects[2], SkPathDirection dirs[2]) { in IsNestedFillRects() function in SkPathPriv
|
/external/skia/src/gpu/geometry/ |
D | GrStyledShape.cpp | 534 if (!SkPathPriv::IsNestedFillRects(fShape.path(), rects, dirs)) { in asNestedRects()
|