Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/
DPrecompLayer.cpp87 if (!fPrecompInterceptor) { in attachExternalPrecompLayer()
98 auto external_layer = fPrecompInterceptor->onLoadPrecomp(id->begin(), in attachExternalPrecompLayer()
/third_party/skia/modules/skottie/src/
DSkottie.cpp173 , fPrecompInterceptor(std::move(pi)) in AnimationBuilder()
340 fPrecompInterceptor = std::move(pi); in setPrecompInterceptor()
422 std::move(fPrecompInterceptor), in make()
DSkottiePriv.h242 sk_sp<PrecompInterceptor> fPrecompInterceptor; variable
/third_party/skia/modules/skottie/include/
DSkottie.h173 sk_sp<PrecompInterceptor> fPrecompInterceptor; variable