Home
last modified time | relevance | path

Searched refs:bindImpl (Results 1 – 7 of 7) sorted by relevance

/external/skia/modules/skottie/src/animator/
DAnimator.h75 bool bindImpl(const AnimationBuilder&, const skjson::ObjectValue*, AnimatorBuilder&);
DAnimator.cpp50 bool AnimatablePropertyContainer::bindImpl(const AnimationBuilder& abuilder, in bindImpl() function in skottie::internal::AnimatablePropertyContainer
DScalarKeyframeAnimator.cpp113 return this->bindImpl(abuilder, jprop, builder); in bind()
DTextKeyframeAnimator.cpp130 return this->bindImpl(abuilder, jprop, builder); in bind()
DShapeKeyframeAnimator.cpp173 return this->bindImpl(abuilder, jprop, builder); in bind()
DVectorKeyframeAnimator.cpp292 return this->bindImpl(abuilder, jprop, builder); in bind()
DVec2KeyframeAnimator.cpp254 return this->bindImpl(abuilder, jprop, builder); in bindAutoOrientable()