Home
last modified time | relevance | path

Searched refs:MarkerInterceptor (Results 1 – 2 of 2) sorted by relevance

/external/skia/modules/skottie/utils/
DSkottieUtils.h78 class MarkerInterceptor; variable
101 sk_sp<MarkerInterceptor> fMarkerInterceptor;
DSkottieUtils.cpp72 class CustomPropertyManager::MarkerInterceptor final : public skottie::MarkerObserver { class in skottie_utils::CustomPropertyManager
74 explicit MarkerInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in MarkerInterceptor() function in skottie_utils::CustomPropertyManager::MarkerInterceptor
89 , fMarkerInterceptor(sk_make_sp<MarkerInterceptor>(this)) {} in CustomPropertyManager()