Home
last modified time | relevance | path

Searched refs:PropertyInterceptor (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/modules/skottie/utils/
DSkottieUtils.cpp101 class CustomPropertyManager::PropertyInterceptor final : public skottie::PropertyObserver { class in skottie_utils::CustomPropertyManager
103 explicit PropertyInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in PropertyInterceptor() function in skottie_utils::CustomPropertyManager::PropertyInterceptor
149 : fPropertyInterceptor(sk_make_sp<PropertyInterceptor>(this)) in CustomPropertyManager()
DSkottieUtils.h113 class PropertyInterceptor;
124 sk_sp<PropertyInterceptor> fPropertyInterceptor;
/third_party/skia/modules/skottie/utils/
DSkottieUtils.h77 class PropertyInterceptor;
100 sk_sp<PropertyInterceptor> fPropertyInterceptor;
DSkottieUtils.cpp12 class CustomPropertyManager::PropertyInterceptor final : public skottie::PropertyObserver { class in skottie_utils::CustomPropertyManager
14 explicit PropertyInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in PropertyInterceptor() function in skottie_utils::CustomPropertyManager::PropertyInterceptor
88 , fPropertyInterceptor(sk_make_sp<PropertyInterceptor>(this)) in CustomPropertyManager()