Home
last modified time | relevance | path

Searched refs:KeyframeAnimator (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/skottie/src/
DSkottieAnimator.cpp178 class KeyframeAnimator final : public KeyframeAnimatorBase { class
180 static std::unique_ptr<KeyframeAnimator> Make(const skjson::ArrayValue* jv, in Make()
185 std::unique_ptr<KeyframeAnimator> animator( in Make()
186 new KeyframeAnimator(*jv, abuilder, std::move(apply))); in Make()
199 KeyframeAnimator(const skjson::ArrayValue& jframes, in KeyframeAnimator() function in skottie::internal::__anon086e027f0111::KeyframeAnimator
293 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl()
/external/skia/modules/skottie/src/
DSkottieAnimator.cpp176 class KeyframeAnimator final : public KeyframeAnimatorBase { class
178 static std::unique_ptr<KeyframeAnimator> Make(const skjson::ArrayValue* jv, in Make()
183 std::unique_ptr<KeyframeAnimator> animator( in Make()
184 new KeyframeAnimator(*jv, abuilder, std::move(apply))); in Make()
197 KeyframeAnimator(const skjson::ArrayValue& jframes, in KeyframeAnimator() function in skottie::internal::__anon162c3e680111::KeyframeAnimator
291 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl()