Home
last modified time | relevance | path

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

/external/skia/tests/
DGrShapeTest.cpp1176 SkPaint dashAndStroke; in test_volatile_path() local
1177 dashAndStroke.setPathEffect(make_dash()); in test_volatile_path()
1178 dashAndStroke.setStrokeWidth(2.f); in test_volatile_path()
1179 dashAndStroke.setStyle(SkPaint::kStroke_Style); in test_volatile_path()
1180 TestCase volatileCase(reporter, vPath, dashAndStroke); in test_volatile_path()
1183 if (geo.isNonPath(dashAndStroke)) { in test_volatile_path()
1186 TestCase nonVolatileCase(reporter, geo.path(), dashAndStroke); in test_volatile_path()
1333 SkPaint dashAndStroke; in test_empty_shape() local
1334 dashAndStroke.setPathEffect(make_dash()); in test_empty_shape()
1335 dashAndStroke.setStrokeWidth(2.f); in test_empty_shape()
[all …]