Searched refs:RepeaterAdapter (Results 1 – 4 of 4) sorted by relevance
114 class RepeaterAdapter final : public DiscardableAdapterBase<RepeaterAdapter, RepeaterRenderNode> { class116 RepeaterAdapter(const skjson::ObjectValue& jrepeater, in RepeaterAdapter() function in skottie::internal::__anon1fb4e22e0111::RepeaterAdapter161 using INHERITED = DiscardableAdapterBase<RepeaterAdapter, RepeaterRenderNode>;178 abuilder->attachDiscardableAdapter<RepeaterAdapter>(jrepeater, in AttachRepeaterDrawEffect()
182 RepeaterAdapter::RepeaterAdapter(sk_sp<sksg::RenderNode> repeater_node, Composite composite) in RepeaterAdapter() function in skottie::RepeaterAdapter187 RepeaterAdapter::~RepeaterAdapter() = default;189 void RepeaterAdapter::apply() { in apply()
188 class RepeaterAdapter final : public SkNVRefCnt<RepeaterAdapter> {192 RepeaterAdapter(sk_sp<sksg::RenderNode>, Composite);193 ~RepeaterAdapter();
369 ? RepeaterAdapter::Composite::kAbove in AttachRepeaterDrawEffect()370 : RepeaterAdapter::Composite::kBelow; in AttachRepeaterDrawEffect()372 auto adapter = sk_make_sp<RepeaterAdapter>(std::move(repeater_node), in AttachRepeaterDrawEffect()