Searched defs:EffectImpl (Results 1 – 2 of 2) sorted by relevance
132 struct EffectImpl : public Effect { struct133 ~EffectImpl() override {} in ~EffectImpl() argument135 static sk_sp<EffectImpl> Create() { in Create() argument141 auto foo = EffectImpl::Create(); in make_effect() argument
54 struct EffectImpl { struct60 struct Effect : public EffectImpl { argument