Home
last modified time | relevance | path

Searched refs:ExternalLayer (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/include/
H A DExternalLayer.h21 class ExternalLayer : public SkRefCnt { class
35 * with arbitrary/externally-controlled content (see ExternalLayer above).
46 * @return An ExternalLayer implementation (to be used instead of the actual Lottie file
49 virtual sk_sp<ExternalLayer> onLoadPrecomp(const char id[],
/third_party/skia/modules/skottie/src/layers/
H A DPrecompLayer.cpp10 #include "modules/skottie/include/ExternalLayer.h"
105 // Attaches an ExternalLayer implementation to the animation scene graph. in attachExternalPrecompLayer()
110 SGAdapter(sk_sp<ExternalLayer> external, const SkSize& layer_size) in attachExternalPrecompLayer()
134 const sk_sp<ExternalLayer> fExternal; in attachExternalPrecompLayer()
/third_party/skia/modules/skottie/utils/
H A DSkottieUtils.cpp203 class ExternalAnimationLayer final : public skottie::ExternalLayer {
231 sk_sp<skottie::ExternalLayer> ExternalAnimationPrecompInterceptor::onLoadPrecomp( in onLoadPrecomp()
H A DSkottieUtils.h11 #include "modules/skottie/include/ExternalLayer.h"
123 sk_sp<skottie::ExternalLayer> onLoadPrecomp(const char[], const char[], const SkSize&) override;

Completed in 3 milliseconds