Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
DTextAnimator.h49 struct ResolvedProps { struct
62 ResolvedProps props; // accumulates properties across *all* animators argument
98 ResolvedProps modulateProps(const ResolvedProps&, float amount) const;
DTextAdapter.h71 void pushPropsToFragment(const TextAnimator::ResolvedProps&, const FragmentRec&,
83 SkM44 fragmentMatrix(const TextAnimator::ResolvedProps&, const FragmentRec&, const SkV2&) const;
DTextAnimator.cpp115 TextAnimator::ResolvedProps TextAnimator::modulateProps(const ResolvedProps& props, in modulateProps()
DTextAdapter.cpp552 TextAnimator::ResolvedProps seed_props; in onSync()
675 SkM44 TextAdapter::fragmentMatrix(const TextAnimator::ResolvedProps& props, in fragmentMatrix()
707 void TextAdapter::pushPropsToFragment(const TextAnimator::ResolvedProps& props, in pushPropsToFragment()