Searched refs:PolyStarAdapter (Results 1 – 3 of 3) sorted by relevance
219 PolyStarAdapter::PolyStarAdapter(sk_sp<sksg::Path> wrapped_node, Type t) in PolyStarAdapter() function in skottie::PolyStarAdapter223 PolyStarAdapter::~PolyStarAdapter() = default;225 void PolyStarAdapter::apply() { in apply()
95 class PolyStarAdapter final : public SkNVRefCnt<PolyStarAdapter> {101 PolyStarAdapter(sk_sp<sksg::Path>, Type);102 ~PolyStarAdapter();
99 static constexpr PolyStarAdapter::Type gTypes[] = { in AttachPolystarGeometry()100 PolyStarAdapter::Type::kStar, // "sy": 1 in AttachPolystarGeometry()101 PolyStarAdapter::Type::kPoly, // "sy": 2 in AttachPolystarGeometry()111 auto adapter = sk_make_sp<PolyStarAdapter>(path_node, gTypes[type]); in AttachPolystarGeometry()