Searched refs:AttachFill (Results 1 – 3 of 3) sorted by relevance
128 sk_sp<sksg::PaintNode> ShapeBuilder::AttachFill(const skjson::ObjectValue& jpaint, in AttachFill() function in skottie::internal::ShapeBuilder157 return AttachFill(jpaint, abuilder, std::move(color_node)); in AttachColorFill()
86 static sk_sp<sksg::PaintNode> AttachFill(const skjson::ObjectValue&,
212 ? AttachFill(jgrad, abuilder, sksg::ShaderPaint::Make(adapter->node()), adapter) in AttachGradientFill()