Searched refs:modulateProps (Results 1 – 3 of 3) sorted by relevance
86 void modulateProps(const DomainMaps&, ModulatorBuffer&) const;98 ResolvedProps modulateProps(const ResolvedProps&, float amount) const;
95 void TextAnimator::modulateProps(const DomainMaps& maps, ModulatorBuffer& buf) const { in modulateProps() function in skottie::internal::TextAnimator111 mod.props = this->modulateProps(mod.props, mod.coverage); in modulateProps()115 TextAnimator::ResolvedProps TextAnimator::modulateProps(const ResolvedProps& props, in modulateProps() function in skottie::internal::TextAnimator
561 animator->modulateProps(fMaps, buf); in onSync()