Searched refs:IsNestedFillRects (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkPathPriv.h | 354 static bool IsNestedFillRects(const SkPath&, SkRect rect[2],
|
H A D | SkMaskFilter.cpp | 210 if (SkPathPriv::IsNestedFillRects(path, rects)) { in countNestedRects()
|
H A D | SkPath.cpp | 3642 bool SkPathPriv::IsNestedFillRects(const SkPath& path, SkRect rects[2], SkPathDirection dirs[2]) { in IsNestedFillRects() function in SkPathPriv
|
/third_party/skia/tests/ |
H A D | StrokeTest.cpp | 79 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(fillPath, nested) == isMiter); in test_strokerect()
|
H A D | PathTest.cpp | 2441 tests[testIndex].fIsNestedRect == SkPathPriv::IsNestedFillRects(path, nullptr)); in test_isNestedFillRects() 2456 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(path, computed, computedDirs)); in test_isNestedFillRects() 2478 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects() 2496 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects() 2511 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects() 2529 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects() 2547 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects() 2553 REPORTER_ASSERT(reporter, !SkPathPriv::IsNestedFillRects(path1, nullptr)); in test_isNestedFillRects() 2568 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(path, nullptr)); in test_isNestedFillRects() 2577 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(ds in test_isNestedFillRects() [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 534 if (!SkPathPriv::IsNestedFillRects(fShape.path(), rects, dirs)) { in asNestedRects()
|
Completed in 16 milliseconds