Home
last modified time | relevance | path

Searched refs:DropShadowAdapter (Results 1 – 1 of 1) sorted by relevance

/external/skia/modules/skottie/src/effects/
DDropShadowEffect.cpp20 class DropShadowAdapter final : public AnimatablePropertyContainer { class
22 static sk_sp<DropShadowAdapter> Make(const skjson::ArrayValue& jprops, in Make()
34 sk_sp<DropShadowAdapter> adapter(new DropShadowAdapter(std::move(layer))); in Make()
50 explicit DropShadowAdapter(sk_sp<sksg::RenderNode> layer) in DropShadowAdapter() function in skottie::internal::__anoneb7784080111::DropShadowAdapter
87 return fBuilder->attachDiscardableAdapter<DropShadowAdapter>(jprops, in attachDropShadowEffect()