Searched refs:skottie_utils (Results 1 – 19 of 19) sorted by relevance
56 return skottie_utils::MultiFrameImageAsset::Make(std::move(data), true /* predecode */); in loadImageAsset()87 auto mgr = skstd::make_unique<skottie_utils::CustomPropertyManager>(); in Make()163 std::unique_ptr<skottie_utils::CustomPropertyManager> propMgr) in ManagedAnimation()168 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropMgr;
111 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,
56 fPropManager = std::make_unique<skottie_utils::CustomPropertyManager>(); in onOnceBeforeDraw()132 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropManager;
155 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;
94 using namespace skottie_utils;214 return skottie_utils::MultiFrameImageAsset::Make( in loadImageAsset()
110 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;
20 namespace skottie_utils {
10 namespace skottie_utils { namespace
26 namespace skottie_utils {
20 namespace skottie_utils { namespace
93 .setResourceProvider(skottie_utils::FileResourceProvider::Make(assetPath)) in main()
192 skottie_utils::FileResourceProvider::Make(SkOSPath::Dirname(FLAGS_input[0]))) in main()
100 skottie_utils::FileResourceProvider::Make(SkOSPath::Dirname(fPath.c_str()))) in load()
169 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in load()
273 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, "__"); in main()
407 .setResourceProvider(skottie_utils::FileResourceProvider::Make(dir)) in main()
902 ## skottie_utils
1121 skottie_utils::FileResourceProvider::Make(SkOSPath::Dirname(fPath.c_str()))) in draw()
1198 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in draw()