Searched refs:SkSumPathEffect (Results 1 – 3 of 3) sorted by relevance
150 class SK_API SkSumPathEffect : public SkPairPathEffect { class164 return sk_sp<SkPathEffect>(new SkSumPathEffect(first, second)); in Make()176 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkSumPathEffect) in SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS() argument183 SkSumPathEffect(sk_sp<SkPathEffect> first, sk_sp<SkPathEffect> second) in SkSumPathEffect() function in SkSumPathEffect188 SkSumPathEffect(const SkSumPathEffect&);189 SkSumPathEffect& operator=(const SkSumPathEffect&);195 sk_sp<SkFlattenable> SkSumPathEffect::CreateProc(SkReadBuffer& buffer) { in CreateProc()198 return SkSumPathEffect::Make(pe0, pe1); in CreateProc()202 void SkSumPathEffect::toString(SkString* str) const { in toString()212 return SkSumPathEffect::Make(std::move(first), std::move(second)); in MakeSum()[all …]
65 …- [SkSumPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/classS…
203 * SkSumPathEffect: a pathEffect whose effect is to apply two effects,