Home
last modified time | relevance | path

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

/external/skia/modules/skottie/gm/
DSkottieGM.cpp112 fPropManager = std::make_unique<skottie_utils::CustomPropertyManager>(); in onOnceBeforeDraw()
174 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropManager;
175 std::vector<skottie_utils::CustomPropertyManager::PropKey> fColorProps,
DExternalProperties.cpp57 fPropManager = std::make_unique<skottie_utils::CustomPropertyManager>(); in onOnceBeforeDraw()
133 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropManager;
/external/skia/modules/canvaskit/
Dskottie_bindings.cpp150 auto mgr = std::make_unique<skottie_utils::CustomPropertyManager>( in Make()
151 skottie_utils::CustomPropertyManager::Mode::kCollapseProperties, in Make()
155 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, kInterceptPrefix); in Make()
268 std::unique_ptr<skottie_utils::CustomPropertyManager> propMgr) in ManagedAnimation()
274 const std::unique_ptr<skottie_utils::CustomPropertyManager> fPropMgr;
/external/skia/modules/skottie/utils/
DSkottieUtils.h20 namespace skottie_utils {
DSkottieUtils.cpp10 namespace skottie_utils { namespace
/external/skia/tools/viewer/
DSkottieSlide.cpp253 : fSlotManager(sk_make_sp<skottie_utils::SlotManager>()) in SlotManagerWrapper()
351 const sk_sp<skottie_utils::SlotManager> fSlotManager;
455 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in init()
/external/skia/modules/skottie/src/
DSkottieTool.cpp461 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, "__"); in main()
/external/skia/dm/
DDMSrcSink.cpp1235 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in draw()
/external/skia/
Dpublic.bzl2358 ## skottie_utils