Home
last modified time | relevance | path

Searched refs:skottie (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/tools/viewer/
DSkottieSlide.h13 namespace skottie { class Animation; }
34 sk_sp<skottie::Animation> fAnimation;
DSkottieSlide.cpp20 fAnimation = skottie::Animation::MakeFromFile(fPath.c_str()); in load()
/external/skqp/tools/viewer/
DSkottieSlide.h13 namespace skottie { class Animation; }
33 std::unique_ptr<skottie::Animation> fAnimation;
DSkottieSlide2.cpp37 explicit AnimationWrapper(std::unique_ptr<skottie::Animation> anim) in AnimationWrapper()
75 const std::unique_ptr<skottie::Animation> fAnimation;
133 if (auto anim = skottie::Animation::MakeFromFile(path.c_str())) { in load()
DSkottieSlide.cpp20 fAnimation = skottie::Animation::MakeFromFile(fPath.c_str()); in load()
/external/skqp/experimental/skottie/
DSkottieAnimator.h17 namespace skottie {
DSkottieParser.h13 namespace skottie {
DSkottie.h28 namespace skottie {
DSkottieParser.cpp18 namespace skottie { namespace
DSkottieProperties.h35 namespace skottie {
DSkottieProperties.cpp21 namespace skottie { namespace
DSkottieAnimator.cpp18 namespace skottie { namespace
DSkottie.cpp47 namespace skottie { namespace
/external/skia/experimental/skottie/
DSkottieAnimator.h17 namespace skottie {
DSkottieParser.h13 namespace skottie {
DSkottie.h28 namespace skottie {
DSkottieParser.cpp18 namespace skottie { namespace
DSkottieProperties.h35 namespace skottie {
DSkottieProperties.cpp21 namespace skottie { namespace
DSkottieAnimator.cpp18 namespace skottie { namespace
/external/skia/dm/
DDMSrcSink.h24 namespace skottie { class Animation; }
281 sk_sp<skottie::Animation> fAnimation;
/external/skqp/dm/
DDMSrcSink.h24 namespace skottie { class Animation; }
281 std::unique_ptr<skottie::Animation> fAnimation;
/external/skia/
DBUILD.gn1339 public_include_dirs = [ "experimental/skottie" ]
1342 "experimental/skottie/Skottie.cpp",
1343 "experimental/skottie/SkottieAnimator.cpp",
1344 "experimental/skottie/SkottieParser.cpp",
1345 "experimental/skottie/SkottieProperties.cpp",
DAndroid.bp992 "experimental/skottie/",
1052 "experimental/skottie/Skottie.cpp",
1053 "experimental/skottie/SkottieAnimator.cpp",
1054 "experimental/skottie/SkottieParser.cpp",
1055 "experimental/skottie/SkottieProperties.cpp",
/external/skqp/
DBUILD.gn1332 public_include_dirs = [ "experimental/skottie" ]
1335 "experimental/skottie/Skottie.cpp",
1336 "experimental/skottie/SkottieAnimator.cpp",
1337 "experimental/skottie/SkottieParser.cpp",
1338 "experimental/skottie/SkottieProperties.cpp",

12