Home
last modified time | relevance | path

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

/external/skqp/modules/skottie/src/
DSkottieAdapter.h65 class PolyStarAdapter final : public SkNVRefCnt<PolyStarAdapter> {
71 PolyStarAdapter(sk_sp<sksg::Path>, Type);
72 ~PolyStarAdapter();
DSkottieAdapter.cpp142 PolyStarAdapter::PolyStarAdapter(sk_sp<sksg::Path> wrapped_node, Type t) in PolyStarAdapter() function in skottie::PolyStarAdapter
146 PolyStarAdapter::~PolyStarAdapter() = default;
148 void PolyStarAdapter::apply() { in apply()
DSkottieShapeLayer.cpp102 static constexpr PolyStarAdapter::Type gTypes[] = { in AttachPolystarGeometry()
103 PolyStarAdapter::Type::kStar, // "sy": 1 in AttachPolystarGeometry()
104 PolyStarAdapter::Type::kPoly, // "sy": 2 in AttachPolystarGeometry()
114 auto adapter = sk_make_sp<PolyStarAdapter>(path_node, gTypes[type]); in AttachPolystarGeometry()
/external/skia/modules/skottie/src/
DSkottieAdapter.h67 class PolyStarAdapter final : public SkNVRefCnt<PolyStarAdapter> {
73 PolyStarAdapter(sk_sp<sksg::Path>, Type);
74 ~PolyStarAdapter();
DSkottieAdapter.cpp144 PolyStarAdapter::PolyStarAdapter(sk_sp<sksg::Path> wrapped_node, Type t) in PolyStarAdapter() function in skottie::PolyStarAdapter
148 PolyStarAdapter::~PolyStarAdapter() = default;
150 void PolyStarAdapter::apply() { in apply()
DSkottieShapeLayer.cpp102 static constexpr PolyStarAdapter::Type gTypes[] = { in AttachPolystarGeometry()
103 PolyStarAdapter::Type::kStar, // "sy": 1 in AttachPolystarGeometry()
104 PolyStarAdapter::Type::kPoly, // "sy": 2 in AttachPolystarGeometry()
114 auto adapter = sk_make_sp<PolyStarAdapter>(path_node, gTypes[type]); in AttachPolystarGeometry()