Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/effects/
DShiftChannelsEffect.cpp30 class ShiftChannelsEffectAdapter final : public AnimatablePropertyContainer { class
32 static sk_sp<ShiftChannelsEffectAdapter> Make(const skjson::ArrayValue& jprops, in Make()
35 return sk_sp<ShiftChannelsEffectAdapter>( in Make()
36 new ShiftChannelsEffectAdapter(jprops, std::move(layer), abuilder)); in Make()
42 ShiftChannelsEffectAdapter(const skjson::ArrayValue& jprops, in ShiftChannelsEffectAdapter() function in skottie::internal::__anon9794ca4e0111::ShiftChannelsEffectAdapter
127 return fBuilder->attachDiscardableAdapter<ShiftChannelsEffectAdapter>(jprops, in attachShiftChannelsEffect()