Home
last modified time | relevance | path

Searched refs:attachShape (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/layers/shapelayer/
DShapeLayer.cpp164 sk_sp<sksg::RenderNode> AnimationBuilder::attachShape(const skjson::ArrayValue* jshape, in attachShape() function in skottie::internal::AnimationBuilder
264 this->attachShape(rec->fJson["it"], &groupShapeCtx, rec->fSuppressed)) { in attachShape()
366 auto shapeNode = this->attachShape(layer["shapes"], &shapeCtx); in attachShapeLayer()
/third_party/flutter/skia/modules/skottie/src/layers/
DShapeLayer.cpp524 sk_sp<sksg::RenderNode> AnimationBuilder::attachShape(const skjson::ArrayValue* jshape, in attachShape() function in skottie::internal::AnimationBuilder
618 if (auto subgroup = this->attachShape(rec->fJson["it"], &groupShapeCtx)) { in attachShape()
714 auto shapeNode = this->attachShape(layer["shapes"], &shapeCtx); in attachShapeLayer()
/third_party/skia/modules/skottie/src/
DSkottiePriv.h203 sk_sp<sksg::RenderNode> attachShape(const skjson::ArrayValue*, AttachShapeContext*,
/third_party/flutter/skia/modules/skottie/src/
DSkottiePriv.h182 sk_sp<sksg::RenderNode> attachShape(const skjson::ArrayValue*, AttachShapeContext*) const;