Searched refs:isNestedFillRects (Results 1 – 8 of 8) sorted by relevance
/external/skia/tools/lua/ |
D | scrape.lua | 62 local pred, r1, r2, d1, d2 = t.path:isNestedFillRects()
|
/external/skia/tests/ |
D | StrokeTest.cpp | 78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter); in test_strokerect()
|
D | PathTest.cpp | 1945 tests[testIndex].fIsNestedRect == path.isNestedFillRects(NULL)); in test_isNestedFillRects() 1959 REPORTER_ASSERT(reporter, path.isNestedFillRects(computed, computedDirs)); in test_isNestedFillRects() 1981 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL)); in test_isNestedFillRects() 1999 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL)); in test_isNestedFillRects() 2014 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL)); in test_isNestedFillRects() 2032 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL)); in test_isNestedFillRects() 2050 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL)); in test_isNestedFillRects() 2056 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL)); in test_isNestedFillRects() 2071 REPORTER_ASSERT(reporter, path.isNestedFillRects(NULL)); in test_isNestedFillRects() 2080 REPORTER_ASSERT(reporter, dst.isNestedFillRects(NULL)); in test_isNestedFillRects()
|
/external/skia/include/core/ |
D | SkPath.h | 596 bool isNestedFillRects(SkRect rect[2], Direction dirs[2] = NULL) const;
|
/external/skia/src/core/ |
D | SkMaskFilter.cpp | 211 if (path.isNestedFillRects(rects)) { in countNestedRects()
|
D | SkPath.cpp | 529 bool SkPath::isNestedFillRects(SkRect rects[2], Direction dirs[2]) const { in isNestedFillRects() function in SkPath
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 1185 if (!path.isNestedFillRects(rects, dirs)) { in is_nested_rects()
|
/external/skia/src/utils/ |
D | SkLua.cpp | 1501 bool pred = get_obj<SkPath>(L, 1)->isNestedFillRects(rects, dirs); in lpath_isNestedFillRects()
|