Searched refs:bindImpl (Results 1 – 7 of 7) sorted by relevance
/external/skia/modules/skottie/src/animator/ |
D | Animator.h | 75 bool bindImpl(const AnimationBuilder&, const skjson::ObjectValue*, AnimatorBuilder&);
|
D | Animator.cpp | 50 bool AnimatablePropertyContainer::bindImpl(const AnimationBuilder& abuilder, in bindImpl() function in skottie::internal::AnimatablePropertyContainer
|
D | ScalarKeyframeAnimator.cpp | 113 return this->bindImpl(abuilder, jprop, builder); in bind()
|
D | TextKeyframeAnimator.cpp | 130 return this->bindImpl(abuilder, jprop, builder); in bind()
|
D | ShapeKeyframeAnimator.cpp | 173 return this->bindImpl(abuilder, jprop, builder); in bind()
|
D | VectorKeyframeAnimator.cpp | 292 return this->bindImpl(abuilder, jprop, builder); in bind()
|
D | Vec2KeyframeAnimator.cpp | 254 return this->bindImpl(abuilder, jprop, builder); in bindAutoOrientable()
|