Searched refs:AttachShapeContext (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | ShapeLayer.cpp | 151 struct AnimationBuilder::AttachShapeContext { struct in skottie::internal::AnimationBuilder 152 AttachShapeContext(std::vector<sk_sp<sksg::GeometryNode>>* geos, in AttachShapeContext() function 165 AttachShapeContext* ctx, in attachShape() 260 AttachShapeContext groupShapeCtx(&geos, in attachShape() 364 AttachShapeContext shapeCtx(&geometryStack, &geometryEffectStack, in attachShapeLayer()
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | ShapeLayer.cpp | 511 struct AnimationBuilder::AttachShapeContext { struct in skottie::internal::AnimationBuilder 512 AttachShapeContext(std::vector<sk_sp<sksg::GeometryNode>>* geos, in AttachShapeContext() function 525 AttachShapeContext* ctx) const { in attachShape() 615 AttachShapeContext groupShapeCtx(&geos, in attachShape() 712 AttachShapeContext shapeCtx(&geometryStack, &geometryEffectStack, in attachShapeLayer()
|
/third_party/skia/modules/skottie/src/ |
D | SkottiePriv.h | 186 struct AttachShapeContext; 203 sk_sp<sksg::RenderNode> attachShape(const skjson::ArrayValue*, AttachShapeContext*,
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottiePriv.h | 165 struct AttachShapeContext; 182 sk_sp<sksg::RenderNode> attachShape(const skjson::ArrayValue*, AttachShapeContext*) const;
|