Searched refs:emptyPath (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DOSPathTest.cpp103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr); local
104 REPORTER_ASSERT(reporter, emptyPath.isEmpty());
H A DRegionTest.cpp96 SkPath emptyPath; local
97 emptyPath.moveTo(1, 5);
98 emptyPath.close();
101 empty.setPath(emptyPath, openClip); // should not assert

Completed in 76 milliseconds