Searched refs:make_dash (Results 1 – 5 of 5) sorted by relevance
46 sk_sp<SkPathEffect> make_dash() { in make_dash() function55 {SkPaint::kStroke_Style, make_dash()},
57 sk_sp<SkPathEffect> make_dash() { in make_dash() function66 {SkPaint::kStroke_Style, make_dash()},
97 sk_sp<SkPathEffect> make_dash(const std::vector<float> intervals, float phase) { in make_dash() function123 if (const auto dash_patheffect = make_dash(fIntervals, fPhase)) { in onRevalidateEffect()
759 static sk_sp<SkPathEffect> make_dash() { in make_dash() function778 sk_sp<SkPathEffect> dashPE = make_dash(); in test_basic()806 stroke2RoundBevelDash.setPathEffect(make_dash()); in test_basic()875 sk_sp<SkPathEffect> dashPE = make_dash(); in test_scale()908 strokeDash.setPathEffect(make_dash()); in test_scale()1009 dashA.setPathEffect(make_dash()); in test_stroke_param_impl()1010 dashB.setPathEffect(make_dash()); in test_stroke_param_impl()1107 for (DashFactoryFn md : {&make_dash, &make_null_dash}) { in test_dash_fill()1125 dash.setPathEffect(make_dash()); in test_null_dash()1355 dashAndStroke.setPathEffect(make_dash()); in test_volatile_path()[all …]
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 …]