Searched refs:make_dash (Results 1 – 4 of 4) sorted by relevance
49 sk_sp<SkPathEffect> make_dash() { in make_dash() function58 {SkPaint::kStroke_Style, make_dash()},
749 static sk_sp<SkPathEffect> make_dash() { in make_dash() function768 sk_sp<SkPathEffect> dashPE = make_dash(); in test_basic()796 stroke2RoundBevelDash.setPathEffect(make_dash()); in test_basic()865 sk_sp<SkPathEffect> dashPE = make_dash(); in test_scale()898 strokeDash.setPathEffect(make_dash()); in test_scale()999 dashA.setPathEffect(make_dash()); in test_stroke_param_impl()1000 dashB.setPathEffect(make_dash()); in test_stroke_param_impl()1097 for (DashFactoryFn md : {&make_dash, &make_null_dash}) { in test_dash_fill()1115 dash.setPathEffect(make_dash()); in test_null_dash()1339 dashAndStroke.setPathEffect(make_dash()); in test_volatile_path()[all …]