Searched refs:make_path_effect (Results 1 – 2 of 2) sorted by relevance
416 static sk_sp<SkPathEffect> make_path_effect(bool canBeNull = true) { in make_path_effect() function425 pathEffect = SkPathEffect::MakeCompose(make_path_effect(false), in make_path_effect()426 make_path_effect(false)); in make_path_effect()455 pathEffect = SkPathEffect::MakeSum(make_path_effect(false), in make_path_effect()456 make_path_effect(false)); in make_path_effect()509 paint.setPathEffect(make_path_effect()); in make_paint()
410 static sk_sp<SkPathEffect> make_path_effect(bool canBeNull = true) { in make_path_effect() function425 sk_sp<SkPathEffect> a = make_path_effect(false); in make_path_effect()426 sk_sp<SkPathEffect> b = make_path_effect(false); in make_path_effect()474 sk_sp<SkPathEffect> a = make_path_effect(false); in make_path_effect()475 sk_sp<SkPathEffect> b = make_path_effect(false); in make_path_effect()539 paint.setPathEffect(make_path_effect()); in make_paint()