Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/utils/
DSkottieUtils.cpp223 ExternalAnimationPrecompInterceptor::ExternalAnimationPrecompInterceptor( in ExternalAnimationPrecompInterceptor() function in skottie_utils::ExternalAnimationPrecompInterceptor
229 ExternalAnimationPrecompInterceptor::~ExternalAnimationPrecompInterceptor() = default;
231 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;
/third_party/skia/tools/viewer/
DSkottieSlide.cpp169 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in load()
/third_party/skia/modules/skottie/src/
DSkottieTool.cpp273 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, "__"); in main()
/third_party/skia/modules/canvaskit/
Dskottie_bindings.cpp160 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, kInterceptPrefix); in Make()
/third_party/skia/dm/
DDMSrcSink.cpp1198 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in draw()