Home
last modified time | relevance | path

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

/external/skqp/tests/
DOSPathTest.cpp103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr); in DEF_TEST() local
104 REPORTER_ASSERT(reporter, emptyPath.isEmpty()); in DEF_TEST()
DGrCCPRTest.cpp273 SkPath emptyPath; in onRun() local
274 SkASSERT(emptyPath.isEmpty()); in onRun()
275 ccpr.drawPath(emptyPath); in onRun()
282 ccpr.clipFullscreenRect(emptyPath); in onRun()
288 ccpr.drawPath(emptyPath); in onRun()
289 ccpr.clipFullscreenRect(emptyPath); in onRun()
DRegionTest.cpp97 SkPath emptyPath; in test_empties() local
98 emptyPath.moveTo(1, 5); in test_empties()
99 emptyPath.close(); in test_empties()
102 empty.setPath(emptyPath, openClip); // should not assert in test_empties()
DGrShapeTest.cpp1387 SkPath emptyPath; in test_path_effect_makes_empty_shape() local
1388 GrShape emptyShape(emptyPath); in test_path_effect_makes_empty_shape()
1393 emptyPath.toggleInverseFillType(); in test_path_effect_makes_empty_shape()
1394 GrShape invertedEmptyShape(emptyPath); in test_path_effect_makes_empty_shape()
1508 SkPath emptyPath; in DEF_TEST() local
1512 TestCase fillEmptyCase(reporter, emptyPath, fill); in DEF_TEST()
1544 TestCase strokeEmptyCase(reporter, emptyPath, stroke); in DEF_TEST()
1555 TestCase dashAndStrokeEmptyCase(reporter, emptyPath, dashAndStroke); in DEF_TEST()
2290 TestCase emptyPath(reporter, SkPath(), style); in DEF_TEST() local
2291 emptyArc.compare(reporter, emptyPath, TestCase::kAllSame_ComparisonExpecation); in DEF_TEST()
/external/skia/tests/
DOSPathTest.cpp103 SkString emptyPath = SkOSPath::Join(nullptr, nullptr); in DEF_TEST() local
104 REPORTER_ASSERT(reporter, emptyPath.isEmpty()); in DEF_TEST()
DGrCCPRTest.cpp282 SkPath emptyPath; in onRun() local
283 SkASSERT(emptyPath.isEmpty()); in onRun()
284 ccpr.drawPath(emptyPath); in onRun()
291 ccpr.clipFullscreenRect(emptyPath); in onRun()
297 ccpr.drawPath(emptyPath); in onRun()
298 ccpr.clipFullscreenRect(emptyPath); in onRun()
DRegionTest.cpp97 SkPath emptyPath; in test_empties() local
98 emptyPath.moveTo(1, 5); in test_empties()
99 emptyPath.close(); in test_empties()
102 empty.setPath(emptyPath, openClip); // should not assert in test_empties()
DGrShapeTest.cpp1387 SkPath emptyPath; in test_path_effect_makes_empty_shape() local
1388 GrShape emptyShape(emptyPath); in test_path_effect_makes_empty_shape()
1393 emptyPath.toggleInverseFillType(); in test_path_effect_makes_empty_shape()
1394 GrShape invertedEmptyShape(emptyPath); in test_path_effect_makes_empty_shape()
1508 SkPath emptyPath; in DEF_TEST() local
1512 TestCase fillEmptyCase(reporter, emptyPath, fill); in DEF_TEST()
1544 TestCase strokeEmptyCase(reporter, emptyPath, stroke); in DEF_TEST()
1555 TestCase dashAndStrokeEmptyCase(reporter, emptyPath, dashAndStroke); in DEF_TEST()
2290 TestCase emptyPath(reporter, SkPath(), style); in DEF_TEST() local
2291 emptyArc.compare(reporter, emptyPath, TestCase::kAllSame_ComparisonExpecation); in DEF_TEST()