HomeSort by relevance Sort by last modified time
    Searched refs:AnimationWrapper (Results 1 - 2 of 2) sorted by null

  /external/skqp/tools/viewer/
SkottieSlide.h 55 class AnimationWrapper;
58 sk_sp<AnimationWrapper> fWrapper;
61 explicit Rec(sk_sp<AnimationWrapper>);
SkottieSlide2.cpp 35 class SkottieSlide2::AnimationWrapper final : public sksg::RenderNode {
37 explicit AnimationWrapper(std::unique_ptr<skottie::Animation> anim)
52 ForwardingAnimator(sk_sp<AnimationWrapper> wrapper) : fWrapper(std::move(wrapper)) {}
60 sk_sp<AnimationWrapper> fWrapper;
80 SkottieSlide2::Rec::Rec(sk_sp<AnimationWrapper> wrapper)
96 // [AnimationWrapper]
102 // [AnimationWrapper]
139 auto wrapper = sk_make_sp<AnimationWrapper>(std::move(anim));
148 skstd::make_unique<AnimationWrapper::ForwardingAnimator>(wrapper));

Completed in 131 milliseconds