Home
last modified time | relevance | path

Searched defs:MarkerInterceptor (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/utils/
DSkottieUtils.h78 class MarkerInterceptor; variable
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
/third_party/flutter/skia/modules/skottie/utils/
DSkottieUtils.cpp133 class CustomPropertyManager::MarkerInterceptor final : public skottie::MarkerObserver { class in skottie_utils::CustomPropertyManager
135 explicit MarkerInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in MarkerInterceptor() function in skottie_utils::CustomPropertyManager::MarkerInterceptor
DSkottieUtils.h114 class MarkerInterceptor; variable