Searched refs:acontainer (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 63 AnimatablePropertyContainer* acontainer) { in Make() argument 80 if (auto sel = RangeSelector::Make(*jselector, abuilder, acontainer)) { in Make() 85 if (auto sel = RangeSelector::Make((*janimator)["s"], abuilder, acontainer)) { in Make() 92 new TextAnimator(std::move(selectors), *jprops, abuilder, acontainer)); in Make() 178 AnimatablePropertyContainer* acontainer) in TextAnimator() argument 182 acontainer->bind(*abuilder, jprops["p" ], fTextProps.position); in TextAnimator() 183 acontainer->bind(*abuilder, jprops["o" ], fTextProps.opacity); in TextAnimator() 184 acontainer->bind(*abuilder, jprops["fo"], fTextProps.fill_opacity); in TextAnimator() 185 acontainer->bind(*abuilder, jprops["so"], fTextProps.stroke_opacity); in TextAnimator() 186 acontainer->bind(*abuilder, jprops["t" ], fTextProps.tracking); in TextAnimator() [all …]
|
D | RangeSelector.cpp | 235 AnimatablePropertyContainer* acontainer) { in Make() argument 287 acontainer->bind(*abuilder, (*jrange)["s" ], &selector->fStart ); in Make() 288 acontainer->bind(*abuilder, (*jrange)["e" ], &selector->fEnd ); in Make() 289 acontainer->bind(*abuilder, (*jrange)["o" ], &selector->fOffset); in Make() 290 acontainer->bind(*abuilder, (*jrange)["a" ], &selector->fAmount); in Make() 291 acontainer->bind(*abuilder, (*jrange)["ne"], &selector->fEaseLo); in Make() 292 acontainer->bind(*abuilder, (*jrange)["xe"], &selector->fEaseHi); in Make() 296 acontainer->bind(*abuilder, (*jrange)["sm" ], &selector->fSmoothness); in Make()
|
D | TextAnimator.h | 31 AnimatablePropertyContainer* acontainer);
|
/third_party/skia/modules/skottie/src/effects/ |
D | Effects.h | 120 AnimatablePropertyContainer* acontainer) in EffectBinder() argument 123 , fContainer(acontainer) {} in EffectBinder()
|