Searched refs:MakeSum (Results 1 – 4 of 4) sorted by relevance
36 static sk_sp<SkPathEffect> MakeSum(sk_sp<SkPathEffect> first, sk_sp<SkPathEffect> second);
211 sk_sp<SkPathEffect> SkPathEffect::MakeSum(sk_sp<SkPathEffect> first, sk_sp<SkPathEffect> second) { in MakeSum() function in SkPathEffect
456 pathEffect = SkPathEffect::MakeSum(make_path_effect(false), in make_path_effect()
506 return SkPathEffect::MakeSum(std::move(first), std::move(second)); in make_fuzz_patheffect()