Lines Matching refs:make_dash
602 static sk_sp<SkPathEffect> make_dash() { in make_dash() function
614 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()
1334 dashAndStroke.setPathEffect(make_dash()); in test_empty_shape()
1386 sk_sp<SkPathEffect> dashEffect = make_dash(); in test_rrect()
1640 dash.setPathEffect(make_dash()); in test_lines()