Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/shapelayer/
DRepeater.cpp114 class RepeaterAdapter final : public DiscardableAdapterBase<RepeaterAdapter, RepeaterRenderNode> { class
116 RepeaterAdapter(const skjson::ObjectValue& jrepeater, in RepeaterAdapter() function in skottie::internal::__anon1fb4e22e0111::RepeaterAdapter
161 using INHERITED = DiscardableAdapterBase<RepeaterAdapter, RepeaterRenderNode>;
178 abuilder->attachDiscardableAdapter<RepeaterAdapter>(jrepeater, in AttachRepeaterDrawEffect()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp182 RepeaterAdapter::RepeaterAdapter(sk_sp<sksg::RenderNode> repeater_node, Composite composite) in RepeaterAdapter() function in skottie::RepeaterAdapter
187 RepeaterAdapter::~RepeaterAdapter() = default;
189 void RepeaterAdapter::apply() { in apply()
DSkottieAdapter.h188 class RepeaterAdapter final : public SkNVRefCnt<RepeaterAdapter> {
192 RepeaterAdapter(sk_sp<sksg::RenderNode>, Composite);
193 ~RepeaterAdapter();
/third_party/flutter/skia/modules/skottie/src/layers/
DShapeLayer.cpp369 ? RepeaterAdapter::Composite::kAbove in AttachRepeaterDrawEffect()
370 : RepeaterAdapter::Composite::kBelow; in AttachRepeaterDrawEffect()
372 auto adapter = sk_make_sp<RepeaterAdapter>(std::move(repeater_node), in AttachRepeaterDrawEffect()