Searched refs:PathAdapter (Results 1 – 1 of 1) sorted by relevance
19 class PathAdapter final : public DiscardableAdapterBase<PathAdapter, sksg::Path> { class21 PathAdapter(const skjson::Value& jpath, const AnimationBuilder& abuilder) in PathAdapter() function in skottie::internal::__anon8d1256690111::PathAdapter41 using INHERITED = DiscardableAdapterBase<PathAdapter, sksg::Path>;47 return this->attachDiscardableAdapter<PathAdapter>(jpath, *this); in attachPath()