Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skottie/utils/
H A DSkottieUtils.cpp84 class CustomPropertyManager::MarkerInterceptor final : public skottie::MarkerObserver { class in skottie_utils::CustomPropertyManager
86 explicit MarkerInterceptor(CustomPropertyManager* mgr) : fMgr(mgr) {} in MarkerInterceptor() function in skottie_utils::CustomPropertyManager::MarkerInterceptor
H A DSkottieUtils.h95 class MarkerInterceptor; variable