Home
last modified time | relevance | path

Searched refs:EffectImpl (Results 1 – 2 of 2) 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
134 return sk_sp<EffectImpl>(new EffectImpl); in Create()
139 auto foo = EffectImpl::Create(); in make_effect() argument
227 paint.set(EffectImpl::Create()); in DEF_TEST()
233 auto baz = EffectImpl::Create(); in DEF_TEST()
244 sk_sp<EffectImpl> bar1 = EffectImpl::Create(); in DEF_TEST()
262 baz = EffectImpl::Create(); in DEF_TEST()
/third_party/flutter/skia/tests/
DRefCntTest.cpp130 struct EffectImpl : public Effect { struct
131 ~EffectImpl() override {} in ~EffectImpl() argument
133 static sk_sp<EffectImpl> Create() { in Create() argument
134 return sk_sp<EffectImpl>(new EffectImpl); in Create()
139 auto foo = EffectImpl::Create(); in make_effect() argument
227 paint.set(EffectImpl::Create()); in DEF_TEST()
233 auto baz = EffectImpl::Create(); in DEF_TEST()
244 sk_sp<EffectImpl> bar1 = EffectImpl::Create(); in DEF_TEST()
262 baz = EffectImpl::Create(); in DEF_TEST()