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()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::CustomPropertyManager91 CustomPropertyManager::~CustomPropertyManager() = default;93 std::string CustomPropertyManager::acceptKey(const char* name, const char* suffix) const { in acceptKey()103 sk_sp<skottie::PropertyObserver> CustomPropertyManager::getPropertyObserver() const { in getPropertyObserver()[all …]
34 class CustomPropertyManager final {42 explicit CustomPropertyManager(Mode = Mode::kNamespacedProperties,44 ~CustomPropertyManager();
101 class CustomPropertyManager::PropertyInterceptor final : public skottie::PropertyObserver {103 explicit PropertyInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in PropertyInterceptor()130 CustomPropertyManager* fMgr;133 class CustomPropertyManager::MarkerInterceptor final : public skottie::MarkerObserver {135 explicit MarkerInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in MarkerInterceptor()145 CustomPropertyManager* fMgr;148 CustomPropertyManager::CustomPropertyManager() in CustomPropertyManager() function in skottie_utils::CustomPropertyManager152 CustomPropertyManager::~CustomPropertyManager() = default;154 sk_sp<skottie::PropertyObserver> CustomPropertyManager::getPropertyObserver() const { in getPropertyObserver()158 sk_sp<skottie::MarkerObserver> CustomPropertyManager::getMarkerObserver() const { in getMarkerObserver()[all …]
81 class CustomPropertyManager final {83 CustomPropertyManager();84 ~CustomPropertyManager();
108 fPropManager = skstd::make_unique<CustomPropertyManager>(); in onOnceBeforeDraw()161 std::unique_ptr<CustomPropertyManager> fPropManager;162 std::vector<CustomPropertyManager::PropKey> fColors;
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;
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;
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;