Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/layers/shapelayer/
DFillStroke.cpp128 sk_sp<sksg::PaintNode> ShapeBuilder::AttachFill(const skjson::ObjectValue& jpaint, in AttachFill() function in skottie::internal::ShapeBuilder
157 return AttachFill(jpaint, abuilder, std::move(color_node)); in AttachColorFill()
DShapeLayer.h86 static sk_sp<sksg::PaintNode> AttachFill(const skjson::ObjectValue&,
DGradient.cpp212 ? AttachFill(jgrad, abuilder, sksg::ShaderPaint::Make(adapter->node()), adapter) in AttachGradientFill()