Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/skottie/utils/
H A DSkottieUtils.cpp271 ExternalAnimationPrecompInterceptor::ExternalAnimationPrecompInterceptor( in ExternalAnimationPrecompInterceptor() function in skottie_utils::ExternalAnimationPrecompInterceptor
277 ExternalAnimationPrecompInterceptor::~ExternalAnimationPrecompInterceptor() = default;
279 sk_sp<skottie::ExternalLayer> ExternalAnimationPrecompInterceptor::onLoadPrecomp( in onLoadPrecomp()
H A DSkottieUtils.h137 class ExternalAnimationPrecompInterceptor final : public skottie::PrecompInterceptor {
139 ExternalAnimationPrecompInterceptor(sk_sp<skresources::ResourceProvider>, const char prefix[]);
140 ~ExternalAnimationPrecompInterceptor() override;
/aosp_15_r20/external/skia/modules/skottie/src/
H A DSkottieTool.cpp528 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, "__"); in main()
/aosp_15_r20/external/skia/tools/viewer/
H A DSkottieSlide.cpp532 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in init()
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dskottie_bindings.cpp271 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(rp, kInterceptPrefix); in Make()
/aosp_15_r20/external/skia/dm/
H A DDMSrcSink.cpp1294 sk_make_sp<skottie_utils::ExternalAnimationPrecompInterceptor>(resource_provider, in draw()