Searched refs:emptyPath (Results 1 – 2 of 2) sorted by relevance
103 SkString emptyPath = SkOSPath::Join(NULL, NULL); in DEF_TEST() local104 REPORTER_ASSERT(reporter, emptyPath.isEmpty()); in DEF_TEST()
96 SkPath emptyPath; in test_empties() local97 emptyPath.moveTo(1, 5); in test_empties()98 emptyPath.close(); in test_empties()101 empty.setPath(emptyPath, openClip); // should not assert in test_empties()