Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/
DComposition.cpp21 class SkottieSGAdapter final : public sksg::RenderNode { in attachNestedAnimation() class
23 explicit SkottieSGAdapter(sk_sp<Animation> animation) in attachNestedAnimation() function in skottie::internal::AnimationBuilder::attachNestedAnimation::SkottieSGAdapter
84 return sk_make_sp<SkottieSGAdapter>(std::move(animation)); in attachNestedAnimation()