Searched refs:CustomPropertyManager (Results 1 – 10 of 10) sorted by relevance
12 class CustomPropertyManager::PropertyInterceptor final : public skottie::PropertyObserver {14 explicit PropertyInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in PropertyInterceptor()63 CustomPropertyManager* fMgr;66 class CustomPropertyManager::MarkerInterceptor final : public skottie::MarkerObserver {68 explicit MarkerInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in MarkerInterceptor()76 CustomPropertyManager* fMgr;79 CustomPropertyManager::CustomPropertyManager(Mode mode, const char* prefix) in CustomPropertyManager() function in skottie_utils::CustomPropertyManager85 CustomPropertyManager::~CustomPropertyManager() = default;87 std::string CustomPropertyManager::acceptKey(const char* name, const char* suffix) const { in acceptKey()97 sk_sp<skottie::PropertyObserver> CustomPropertyManager::getPropertyObserver() const { in getPropertyObserver()[all …]
34 class CustomPropertyManager final {42 explicit CustomPropertyManager(Mode = Mode::kNamespacedProperties,44 ~CustomPropertyManager();
63 class CustomPropertyManager::PropertyInterceptor final : public skottie::PropertyObserver {65 explicit PropertyInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in PropertyInterceptor()92 CustomPropertyManager* fMgr;95 class CustomPropertyManager::MarkerInterceptor final : public skottie::MarkerObserver {97 explicit MarkerInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in MarkerInterceptor()107 CustomPropertyManager* fMgr;110 CustomPropertyManager::CustomPropertyManager() in CustomPropertyManager() function in skottie_utils::CustomPropertyManager114 CustomPropertyManager::~CustomPropertyManager() = default;116 sk_sp<skottie::PropertyObserver> CustomPropertyManager::getPropertyObserver() const { in getPropertyObserver()120 sk_sp<skottie::MarkerObserver> CustomPropertyManager::getMarkerObserver() const { in getMarkerObserver()[all …]
72 class CustomPropertyManager final {74 CustomPropertyManager();75 ~CustomPropertyManager();
107 fPropManager = skstd::make_unique<CustomPropertyManager>(); in onOnceBeforeDraw()158 std::unique_ptr<CustomPropertyManager> fPropManager;159 std::vector<CustomPropertyManager::PropKey> fColors;
32 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;
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()273 std::unique_ptr<skottie_utils::CustomPropertyManager> propMgr) in ManagedAnimation()279 const std::unique_ptr<skottie_utils::CustomPropertyManager> fPropMgr;
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;