Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/utils/
DSkottieUtils.cpp63 class CustomPropertyManager::PropertyInterceptor final : public skottie::PropertyObserver { class in skottie_utils::CustomPropertyManager
65 explicit PropertyInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in PropertyInterceptor() function in skottie_utils::CustomPropertyManager::PropertyInterceptor
111 : fPropertyInterceptor(sk_make_sp<PropertyInterceptor>(this)) in CustomPropertyManager()
DSkottieUtils.h104 class PropertyInterceptor;
115 sk_sp<PropertyInterceptor> fPropertyInterceptor;
/external/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
82 , fPropertyInterceptor(sk_make_sp<PropertyInterceptor>(this)) in CustomPropertyManager()