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

/external/skia/tools/lua/
H A Dscrape.lua62 local pred, r1, r2, d1, d2 = t.path:isNestedFillRects()
/external/skia/tests/
H A DStrokeTest.cpp78 REPORTER_ASSERT(reporter, fillPath.isNestedFillRects(nested) == isMiter);
H A DPathTest.cpp1945 tests[testIndex].fIsNestedRect == path.isNestedFillRects(NULL));
1959 REPORTER_ASSERT(reporter, path.isNestedFillRects(computed, computedDirs));
1981 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL));
1999 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL));
2014 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL));
2032 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL));
2050 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL));
2056 REPORTER_ASSERT(reporter, !path1.isNestedFillRects(NULL));
2071 REPORTER_ASSERT(reporter, path.isNestedFillRects(NULL));
2080 REPORTER_ASSERT(reporter, dst.isNestedFillRects(NUL
[all...]
/external/skia/include/core/
H A DSkPath.h596 bool isNestedFillRects(SkRect rect[2], Direction dirs[2] = NULL) const;
/external/skia/src/core/
H A DSkMaskFilter.cpp211 if (path.isNestedFillRects(rects)) {
H A DSkPath.cpp529 bool SkPath::isNestedFillRects(SkRect rects[2], Direction dirs[2]) const { function in class:SkPath
/external/skia/src/gpu/
H A DGrContext.cpp1185 if (!path.isNestedFillRects(rects, dirs)) {
/external/skia/src/utils/
H A DSkLua.cpp1501 bool pred = get_obj<SkPath>(L, 1)->isNestedFillRects(rects, dirs);
1565 { "isNestedFillRects", lpath_isNestedFillRects },

Completed in 165 milliseconds