Home
last modified time | relevance | path

Searched refs:skottie_utils (Results 1 – 17 of 17) sorted by relevance

/external/skqp/experimental/canvaskit/
Dskottie_bindings.cpp32 auto mgr = skstd::make_unique<skottie_utils::CustomPropertyManager>(); in Make()
100 std::unique_ptr<skottie_utils::CustomPropertyManager> propMgr) in ManagedAnimation()
105 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropMgr;
/external/skia/modules/skottie/gm/
DSkottieGM.cpp111 fPropManager = std::make_unique<skottie_utils::CustomPropertyManager>(); in onOnceBeforeDraw()
173 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropManager;
174 std::vector<skottie_utils::CustomPropertyManager::PropKey> fColorProps,
DExternalProperties.cpp56 fPropManager = std::make_unique<skottie_utils::CustomPropertyManager>(); in onOnceBeforeDraw()
132 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropManager;
/external/skia/modules/canvaskit/
Dskottie_bindings.cpp155 auto mgr = std::make_unique<skottie_utils::CustomPropertyManager>( in Make()
156 skottie_utils::CustomPropertyManager::Mode::kCollapseProperties, in Make()
160 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, kInterceptPrefix); in Make()
273 std::unique_ptr<skottie_utils::CustomPropertyManager> propMgr) in ManagedAnimation()
279 const std::unique_ptr<skottie_utils::CustomPropertyManager> fPropMgr;
/external/skqp/modules/skottie/gm/
DSkottieGM.cpp93 using namespace skottie_utils;
209 return skottie_utils::MultiFrameImageAsset::Make( in loadImageAsset()
/external/skia/experimental/skottiekit/
Dskottiekit_bindings.cpp110 auto mgr = std::make_unique<skottie_utils::CustomPropertyManager>(); in Make()
193 std::unique_ptr<skottie_utils::CustomPropertyManager> propMgr) in ManagedAnimation()
198 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropMgr;
/external/skia/modules/skottie/utils/
DSkottieUtils.h20 namespace skottie_utils {
DSkottieUtils.cpp10 namespace skottie_utils { namespace
/external/skqp/modules/skottie/utils/
DSkottieUtils.h26 namespace skottie_utils {
DSkottieUtils.cpp18 namespace skottie_utils { namespace
/external/skqp/modules/skottie/src/
DSkottieTool.cpp192 skottie_utils::FileResourceProvider::Make(SkOSPath::Dirname(FLAGS_input[0]))) in main()
/external/skqp/tools/viewer/
DSkottieSlide.cpp100 skottie_utils::FileResourceProvider::Make(SkOSPath::Dirname(fPath.c_str()))) in load()
/external/skia/tools/viewer/
DSkottieSlide.cpp169 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in load()
/external/skia/modules/skottie/src/
DSkottieTool.cpp273 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, "__"); in main()
/external/skia/
Dpublic.bzl916 ## skottie_utils
/external/skia/dm/
DDMSrcSink.cpp1186 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in draw()
/external/skqp/dm/
DDMSrcSink.cpp1189 skottie_utils::FileResourceProvider::Make(SkOSPath::Dirname(fPath.c_str()))) in draw()