Home
last modified time | relevance | path

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

/external/skia/tests/
DRefCntTest.cpp138 struct EffectImpl : public Effect { struct
139 ~EffectImpl() override {} in ~EffectImpl() argument
141 static sk_sp<EffectImpl> Create() { in Create() argument
147 auto foo = EffectImpl::Create(); in make_effect() argument