Home
last modified time | relevance | path

Searched refs:SkSumPathEffect (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkPathEffect.cpp150 class SK_API SkSumPathEffect : public SkPairPathEffect { class
164 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() argument
183 SkSumPathEffect(sk_sp<SkPathEffect> first, sk_sp<SkPathEffect> second) in SkSumPathEffect() function in SkSumPathEffect
188 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 …]
/external/skia/site/user/api/
Dindex.md65 …- [SkSumPathEffect](http://skia-doc.commondatastorage.googleapis.com/doxygen/doxygen/html/classS…
Dskpaint.md203 * SkSumPathEffect: a pathEffect whose effect is to apply two effects,