Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp219 PolyStarAdapter::PolyStarAdapter(sk_sp<sksg::Path> wrapped_node, Type t) in PolyStarAdapter() function in skottie::PolyStarAdapter
223 PolyStarAdapter::~PolyStarAdapter() = default;
225 void PolyStarAdapter::apply() { in apply()
DSkottieAdapter.h95 class PolyStarAdapter final : public SkNVRefCnt<PolyStarAdapter> {
101 PolyStarAdapter(sk_sp<sksg::Path>, Type);
102 ~PolyStarAdapter();
/third_party/flutter/skia/modules/skottie/src/layers/
DShapeLayer.cpp99 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()