Home
last modified time | relevance | path

Searched refs:CustomPropertyManager (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp12 class CustomPropertyManager::PropertyInterceptor final : public skottie::PropertyObserver {
14 explicit PropertyInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in PropertyInterceptor()
69 CustomPropertyManager* fMgr;
72 class CustomPropertyManager::MarkerInterceptor final : public skottie::MarkerObserver {
74 explicit MarkerInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in MarkerInterceptor()
82 CustomPropertyManager* fMgr;
85 CustomPropertyManager::CustomPropertyManager(Mode mode, const char* prefix) in CustomPropertyManager() function in skottie_utils::CustomPropertyManager
91 CustomPropertyManager::~CustomPropertyManager()
[all...]
H A DSkottieUtils.h23 * CustomPropertyManager implements a property management scheme where color/opacity/transform
34 class CustomPropertyManager final {
42 explicit CustomPropertyManager(Mode = Mode::kNamespacedProperties,
44 ~CustomPropertyManager();
/third_party/skia/modules/skottie/gm/
H A DSkottieGM.cpp111 fPropManager = std::make_unique<skottie_utils::CustomPropertyManager>();
173 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropManager;
174 std::vector<skottie_utils::CustomPropertyManager::PropKey> fColorProps,
H A DExternalProperties.cpp56 fPropManager = std::make_unique<skottie_utils::CustomPropertyManager>();
132 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropManager;
/third_party/skia/modules/canvaskit/
H A Dskottie_bindings.cpp155 auto mgr = std::make_unique<skottie_utils::CustomPropertyManager>( in Make()
156 skottie_utils::CustomPropertyManager::Mode::kCollapseProperties, in Make()
195 // CustomPropertyManager API
273 std::unique_ptr<skottie_utils::CustomPropertyManager> propMgr) in ManagedAnimation()
279 const std::unique_ptr<skottie_utils::CustomPropertyManager> fPropMgr;
/third_party/skia/experimental/skottiekit/
H A Dskottiekit_bindings.cpp110 auto mgr = std::make_unique<skottie_utils::CustomPropertyManager>(); in Make()
144 // CustomPropertyManager API
193 std::unique_ptr<skottie_utils::CustomPropertyManager> propMgr) in ManagedAnimation()
198 std::unique_ptr<skottie_utils::CustomPropertyManager> fPropMgr;

Completed in 6 milliseconds