Home
last modified time | relevance | path

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

/external/skqp/experimental/skottie/
DSkottieAnimator.cpp217 class KeyframeAnimator final : public KeyframeAnimatorBase { class
219 static std::unique_ptr<KeyframeAnimator> Make(const Json::Value& jframes, in Make()
221 std::unique_ptr<KeyframeAnimator> animator(new KeyframeAnimator(jframes, std::move(apply))); in Make()
237 KeyframeAnimator(const Json::Value& jframes, in KeyframeAnimator() function in skottie::__anondee2bb1a0111::KeyframeAnimator
308 auto animator = KeyframeAnimator<T>::Make(jpropK, std::move(apply)); in BindPropertyImpl()
/external/skia/experimental/skottie/
DSkottieAnimator.cpp217 class KeyframeAnimator final : public KeyframeAnimatorBase { class
219 static std::unique_ptr<KeyframeAnimator> Make(const Json::Value& jframes, in Make()
221 std::unique_ptr<KeyframeAnimator> animator(new KeyframeAnimator(jframes, std::move(apply))); in Make()
237 KeyframeAnimator(const Json::Value& jframes, in KeyframeAnimator() function in skottie::__anona46874230111::KeyframeAnimator
308 auto animator = KeyframeAnimator<T>::Make(jpropK, std::move(apply)); in BindPropertyImpl()