Home
last modified time | relevance | path

Searched defs:EffectImpl (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/tests/
DRefCntTest.cpp130 struct EffectImpl : public Effect { struct
131 ~EffectImpl() override {} in ~EffectImpl() argument
133 static sk_sp<EffectImpl> Create() { in Create() argument
139 auto foo = EffectImpl::Create(); in make_effect() argument