Home
last modified time | relevance | path

Searched refs:ExternalAnimationPrecompInterceptor (Results 1 – 6 of 6) sorted by relevance

/external/skia/modules/skottie/utils/
DSkottieUtils.cpp217 ExternalAnimationPrecompInterceptor::ExternalAnimationPrecompInterceptor( in ExternalAnimationPrecompInterceptor() function in skottie_utils::ExternalAnimationPrecompInterceptor
223 ExternalAnimationPrecompInterceptor::~ExternalAnimationPrecompInterceptor() = default;
225 sk_sp<skottie::ExternalLayer> ExternalAnimationPrecompInterceptor::onLoadPrecomp( in onLoadPrecomp()
DSkottieUtils.h117 class ExternalAnimationPrecompInterceptor final : public skottie::PrecompInterceptor {
119 ExternalAnimationPrecompInterceptor(sk_sp<skresources::ResourceProvider>, const char prefix[]);
120 ~ExternalAnimationPrecompInterceptor() override;
/external/skia/tools/viewer/
DSkottieSlide.cpp169 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in load()
/external/skia/modules/skottie/src/
DSkottieTool.cpp273 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, "__"); in main()
/external/skia/modules/canvaskit/
Dskottie_bindings.cpp160 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, kInterceptPrefix); in Make()
/external/skia/dm/
DDMSrcSink.cpp1186 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in draw()