Searched refs:acontainer (Results 1 – 4 of 4) sorted by relevance
/external/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 67 AnimatablePropertyContainer* acontainer) { in Make() argument 84 if (auto sel = RangeSelector::Make(*jselector, abuilder, acontainer)) { in Make() 89 if (auto sel = RangeSelector::Make((*janimator)["s"], abuilder, acontainer)) { in Make() 96 new TextAnimator(std::move(selectors), *jprops, abuilder, acontainer)); in Make() 184 AnimatablePropertyContainer* acontainer) in TextAnimator() argument 189 acontainer->bind(*abuilder, jprops["p" ], fTextProps.position); in TextAnimator() 192 fRequiresLineAdjustments |= acontainer->bind(*abuilder, jprops["t" ], fTextProps.tracking); in TextAnimator() 193 fRequiresLineAdjustments |= acontainer->bind(*abuilder, jprops["ls"], fTextProps.line_spacing); in TextAnimator() 196 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["s"], fTextProps.scale); in TextAnimator() 200 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["rx"], fTextProps.rotation.x); 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);
|
/external/skia/modules/skottie/src/effects/ |
D | Effects.h | 124 AnimatablePropertyContainer* acontainer) in EffectBinder() argument 127 , fContainer(acontainer) {} in EffectBinder()
|