Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/layers/
DPrecompLayer.cpp87 if (!fPrecompInterceptor) { in attachExternalPrecompLayer()
98 auto external_layer = fPrecompInterceptor->onLoadPrecomp(id->begin(), in attachExternalPrecompLayer()
/external/skia/modules/skottie/src/
DSkottie.cpp172 , fPrecompInterceptor(std::move(pi)) in AnimationBuilder()
333 fPrecompInterceptor = std::move(pi); in setPrecompInterceptor()
410 std::move(fPrecompInterceptor), in make()
DSkottiePriv.h238 sk_sp<PrecompInterceptor> fPrecompInterceptor; variable
/external/skia/modules/skottie/include/
DSkottie.h144 sk_sp<PrecompInterceptor> fPrecompInterceptor; variable