Home
last modified time | relevance | path

Searched refs:isNestedFillRects (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/lua/
Dscrape.lua62 local pred, r1, r2, d1, d2 = t.path:isNestedFillRects()
/external/skia/tests/
DStrokeTest.cpp78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter); in test_strokerect()
DPathTest.cpp1945 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/
DSkPath.h596 bool isNestedFillRects(SkRect rect[2], Direction dirs[2] = NULL) const;
/external/skia/src/core/
DSkMaskFilter.cpp211 if (path.isNestedFillRects(rects)) { in countNestedRects()
DSkPath.cpp529 bool SkPath::isNestedFillRects(SkRect rects[2], Direction dirs[2]) const { in isNestedFillRects() function in SkPath
/external/skia/src/gpu/
DGrContext.cpp1185 if (!path.isNestedFillRects(rects, dirs)) { in is_nested_rects()
/external/skia/src/utils/
DSkLua.cpp1501 bool pred = get_obj<SkPath>(L, 1)->isNestedFillRects(rects, dirs); in lpath_isNestedFillRects()