Lines Matching refs:SkPathEffect
12 #include "include/core/SkPathEffect.h"
19 class SkPathEffectBase : public SkPathEffect {
86 static sk_sp<SkPathEffect> Deserialize(const void* data, size_t size,
88 return sk_sp<SkPathEffect>(static_cast<SkPathEffect*>(
125 using INHERITED = SkPathEffect;
130 static inline SkPathEffectBase* as_PEB(SkPathEffect* effect) {
134 static inline const SkPathEffectBase* as_PEB(const SkPathEffect* effect) {
138 static inline const SkPathEffectBase* as_PEB(const sk_sp<SkPathEffect>& effect) {
142 static inline sk_sp<SkPathEffectBase> as_PEB_sp(sk_sp<SkPathEffect> effect) {