Searched refs:dashAndStroke (Results 1 – 1 of 1) sorted by relevance
1354 SkPaint dashAndStroke; in test_volatile_path() local1355 dashAndStroke.setPathEffect(make_dash()); in test_volatile_path()1356 dashAndStroke.setStrokeWidth(2.f); in test_volatile_path()1357 dashAndStroke.setStyle(SkPaint::kStroke_Style); in test_volatile_path()1358 TestCase volatileCase(reporter, vPath, dashAndStroke); in test_volatile_path()1361 if (geo.isNonPath(dashAndStroke)) { in test_volatile_path()1364 TestCase nonVolatileCase(reporter, geo.path(), dashAndStroke); in test_volatile_path()1572 SkPaint dashAndStroke; in DEF_TEST() local1573 dashAndStroke.setPathEffect(make_dash()); in DEF_TEST()1574 dashAndStroke.setStrokeWidth(2.f); in DEF_TEST()[all …]