Searched refs:PolyStarAdapter (Results 1 – 6 of 6) sorted by relevance
/external/skqp/modules/skottie/src/ |
D | SkottieAdapter.h | 65 class PolyStarAdapter final : public SkNVRefCnt<PolyStarAdapter> { 71 PolyStarAdapter(sk_sp<sksg::Path>, Type); 72 ~PolyStarAdapter();
|
D | SkottieAdapter.cpp | 142 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()
|
D | SkottieShapeLayer.cpp | 102 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/ |
D | SkottieAdapter.h | 67 class PolyStarAdapter final : public SkNVRefCnt<PolyStarAdapter> { 73 PolyStarAdapter(sk_sp<sksg::Path>, Type); 74 ~PolyStarAdapter();
|
D | SkottieAdapter.cpp | 144 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()
|
D | SkottieShapeLayer.cpp | 102 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()
|