Home
last modified time | relevance | path

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

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