Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
DTextAnimator.h86 void modulateProps(const DomainMaps&, ModulatorBuffer&) const;
98 ResolvedProps modulateProps(const ResolvedProps&, float amount) const;
DTextAnimator.cpp95 void TextAnimator::modulateProps(const DomainMaps& maps, ModulatorBuffer& buf) const { in modulateProps() function in skottie::internal::TextAnimator
111 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
DTextAdapter.cpp561 animator->modulateProps(fMaps, buf); in onSync()
/third_party/flutter/skia/modules/skottie/src/text/
DTextAnimator.h63 void modulateProps(const DomainMaps&, ModulatorBuffer&) const;
70 AnimatedProps modulateProps(const AnimatedProps&, float amount) const;
DTextAnimator.cpp92 void TextAnimator::modulateProps(const DomainMaps& maps, ModulatorBuffer& buf) const { in modulateProps() function in skottie::internal::TextAnimator
108 mod.props = this->modulateProps(mod.props, mod.coverage); in modulateProps()
112 TextAnimator::AnimatedProps TextAnimator::modulateProps(const AnimatedProps& props, in modulateProps() function in skottie::internal::TextAnimator
DTextAdapter.cpp199 animator->modulateProps(fMaps, buf); in applyAnimators()