Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkPathPriv.h354 static bool IsNestedFillRects(const SkPath&, SkRect rect[2],
H A DSkMaskFilter.cpp210 if (SkPathPriv::IsNestedFillRects(path, rects)) { in countNestedRects()
H A DSkPath.cpp3642 bool SkPathPriv::IsNestedFillRects(const SkPath& path, SkRect rects[2], SkPathDirection dirs[2]) { in IsNestedFillRects() function in SkPathPriv
/third_party/skia/tests/
H A DStrokeTest.cpp79 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(fillPath, nested) == isMiter); in test_strokerect()
H A DPathTest.cpp2441 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 DGrStyledShape.cpp534 if (!SkPathPriv::IsNestedFillRects(fShape.path(), rects, dirs)) { in asNestedRects()

Completed in 16 milliseconds