Searched refs:make_dash (Results 1 – 2 of 2) sorted by relevance
49 sk_sp<SkPathEffect> make_dash() { in make_dash() function58 {SkPaint::kStroke_Style, make_dash()},
602 static sk_sp<SkPathEffect> make_dash() { in make_dash() function614 sk_sp<SkPathEffect> dashPE = make_dash(); in test_basic()642 stroke2RoundBevelDash.setPathEffect(make_dash()); in test_basic()711 sk_sp<SkPathEffect> dashPE = make_dash(); in test_scale()744 strokeDash.setPathEffect(make_dash()); in test_scale()845 dashA.setPathEffect(make_dash()); in test_stroke_param_impl()846 dashB.setPathEffect(make_dash()); in test_stroke_param_impl()943 for (DashFactoryFn md : {&make_dash, &make_null_dash}) { in test_dash_fill()961 dash.setPathEffect(make_dash()); in test_null_dash()1177 dashAndStroke.setPathEffect(make_dash()); in test_volatile_path()[all …]