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

  /external/skia/experimental/skottie/
SkottieAnimator.h 17 namespace skottie { namespace
27 } // namespace skottie
SkottieParser.h 13 namespace skottie { namespace
26 } // nasmespace skottie
Skottie.h 28 namespace skottie { namespace
72 } // namespace skottie
SkottieParser.cpp 18 namespace skottie { namespace
160 } // nasmespace skottie
SkottieProperties.h 35 namespace skottie { namespace
166 } // namespace skottie
SkottieProperties.cpp 21 namespace skottie { namespace
193 } // namespace skottie
SkottieAnimator.cpp 18 namespace skottie { namespace
415 } // namespace skottie
Skottie.cpp 8 #include "Skottie.h"
47 namespace skottie { namespace
    [all...]
  /external/skqp/experimental/skottie/
SkottieAnimator.h 17 namespace skottie { namespace
27 } // namespace skottie
SkottieParser.h 13 namespace skottie { namespace
26 } // nasmespace skottie
Skottie.h 28 namespace skottie { namespace
73 } // namespace skottie
SkottieParser.cpp 18 namespace skottie { namespace
160 } // nasmespace skottie
SkottieProperties.h 35 namespace skottie { namespace
166 } // namespace skottie
SkottieProperties.cpp 21 namespace skottie { namespace
193 } // namespace skottie
SkottieAnimator.cpp 18 namespace skottie { namespace
415 } // namespace skottie
Skottie.cpp 8 #include "Skottie.h"
47 namespace skottie { namespace
    [all...]
  /external/skia/tools/viewer/
SkottieSlide.h 13 namespace skottie { class Animation; } namespace
34 sk_sp<skottie::Animation> fAnimation;
SkottieSlide.cpp 12 #include "Skottie.h"
20 fAnimation = skottie::Animation::MakeFromFile(fPath.c_str());
  /external/skqp/tools/viewer/
SkottieSlide.h 13 namespace skottie { class Animation; } namespace
33 std::unique_ptr<skottie::Animation> fAnimation;
SkottieSlide.cpp 12 #include "Skottie.h"
20 fAnimation = skottie::Animation::MakeFromFile(fPath.c_str());
SkottieSlide2.cpp 13 #include "Skottie.h"
37 explicit AnimationWrapper(std::unique_ptr<skottie::Animation> anim)
49 // Trivial sksg::Animator -> skottie::Animation tick adapter
75 const std::unique_ptr<skottie::Animation> fAnimation;
88 fName.set("skottie-dir");
133 if (auto anim = skottie::Animation::MakeFromFile(path.c_str())) {
  /external/skia/dm/
DMSrcSink.h 24 namespace skottie { class Animation; } namespace
281 sk_sp<skottie::Animation> fAnimation;
DMSrcSink.cpp 66 #include "Skottie.h"
    [all...]
  /external/skqp/dm/
DMSrcSink.h 24 namespace skottie { class Animation; } namespace
281 std::unique_ptr<skottie::Animation> fAnimation;
DMSrcSink.cpp 64 #include "Skottie.h"
    [all...]

Completed in 208 milliseconds