/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | ShapeLayer.h | 26 class PaintNode; variable 51 static sk_sp<sksg::PaintNode> AttachColorFill(const skjson::ObjectValue&, 53 static sk_sp<sksg::PaintNode> AttachColorStroke(const skjson::ObjectValue&, 55 static sk_sp<sksg::PaintNode> AttachGradientFill(const skjson::ObjectValue&, 57 static sk_sp<sksg::PaintNode> AttachGradientStroke(const skjson::ObjectValue&, 86 static sk_sp<sksg::PaintNode> AttachFill(const skjson::ObjectValue&, 88 sk_sp<sksg::PaintNode>, 90 static sk_sp<sksg::PaintNode> AttachStroke(const skjson::ObjectValue&, 92 sk_sp<sksg::PaintNode>,
|
D | FillStroke.cpp | 21 class FillStrokeAdapter final : public DiscardableAdapterBase<FillStrokeAdapter, sksg::PaintNode> { 27 sk_sp<sksg::PaintNode> paint_node, in FillStrokeAdapter() 88 using INHERITED = DiscardableAdapterBase<FillStrokeAdapter, sksg::PaintNode>; 128 sk_sp<sksg::PaintNode> ShapeBuilder::AttachFill(const skjson::ObjectValue& jpaint, in AttachFill() 130 sk_sp<sksg::PaintNode> paint_node, in AttachFill() 140 sk_sp<sksg::PaintNode> ShapeBuilder::AttachStroke(const skjson::ObjectValue& jpaint, in AttachStroke() 142 sk_sp<sksg::PaintNode> paint_node, in AttachStroke() 152 sk_sp<sksg::PaintNode> ShapeBuilder::AttachColorFill(const skjson::ObjectValue& jpaint, in AttachColorFill() 160 sk_sp<sksg::PaintNode> ShapeBuilder::AttachColorStroke(const skjson::ObjectValue& jpaint, in AttachColorStroke()
|
D | Gradient.cpp | 207 sk_sp<sksg::PaintNode> ShapeBuilder::AttachGradientFill(const skjson::ObjectValue& jgrad, in AttachGradientFill() 216 sk_sp<sksg::PaintNode> ShapeBuilder::AttachGradientStroke(const skjson::ObjectValue& jgrad, in AttachGradientStroke()
|
D | ShapeLayer.cpp | 54 using PaintAttacherT = sk_sp<sksg::PaintNode> (*)(const skjson::ObjectValue&,
|
/third_party/flutter/skia/modules/sksg/include/ |
D | SkSGPaint.h | 26 class PaintNode : public Node { 40 PaintNode(); 60 class Color : public PaintNode { 80 class ShaderPaint final : public PaintNode { 96 using INHERITED = PaintNode;
|
D | SkSGDraw.h | 26 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make() 31 Draw(sk_sp<GeometryNode>, sk_sp<PaintNode> paint); 41 sk_sp<PaintNode> fPaint;
|
/third_party/skia/modules/sksg/include/ |
D | SkSGPaint.h | 26 class PaintNode : public Node { 40 PaintNode(); 60 class Color : public PaintNode { 80 class ShaderPaint final : public PaintNode { 96 using INHERITED = PaintNode;
|
D | SkSGDraw.h | 26 static sk_sp<Draw> Make(sk_sp<GeometryNode> geo, sk_sp<PaintNode> paint) { in Make() 31 Draw(sk_sp<GeometryNode>, sk_sp<PaintNode> paint); 41 sk_sp<PaintNode> fPaint;
|
/third_party/skia/modules/sksg/src/ |
D | SkSGPaint.cpp | 16 PaintNode::PaintNode() : INHERITED(kBubbleDamage_Trait) {} in PaintNode() function in sksg::PaintNode 18 SkPaint PaintNode::makePaint() const { in makePaint()
|
D | SkSGDraw.cpp | 19 Draw::Draw(sk_sp<GeometryNode> geometry, sk_sp<PaintNode> paint) in Draw()
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGPaint.cpp | 15 PaintNode::PaintNode() : INHERITED(kBubbleDamage_Trait) {} in PaintNode() function in sksg::PaintNode 17 SkPaint PaintNode::makePaint() const { in makePaint()
|
D | SkSGDraw.cpp | 19 Draw::Draw(sk_sp<GeometryNode> geometry, sk_sp<PaintNode> paint) in Draw()
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | ShapeLayer.cpp | 186 sk_sp<sksg::PaintNode> AttachPaint(const skjson::ObjectValue& jpaint, in AttachPaint() 188 sk_sp<sksg::PaintNode> paint_node) { in AttachPaint() 202 sk_sp<sksg::PaintNode> AttachStroke(const skjson::ObjectValue& jstroke, in AttachStroke() 204 sk_sp<sksg::PaintNode> stroke_node) { in AttachStroke() 236 sk_sp<sksg::PaintNode> AttachColorFill(const skjson::ObjectValue& jfill, in AttachColorFill() 241 sk_sp<sksg::PaintNode> AttachGradientFill(const skjson::ObjectValue& jfill, in AttachGradientFill() 246 sk_sp<sksg::PaintNode> AttachColorStroke(const skjson::ObjectValue& jstroke, in AttachColorStroke() 252 sk_sp<sksg::PaintNode> AttachGradientStroke(const skjson::ObjectValue& jstroke, in AttachGradientStroke() 426 using PaintAttacherT = sk_sp<sksg::PaintNode> (*)(const skjson::ObjectValue&,
|
/third_party/flutter/skia/samplecode/ |
D | SampleSG.cpp | 26 sksg::PaintNode* fPaint; 43 void appendNode(sk_sp<sksg::Draw> d, sk_sp<sksg::GeometryNode> g, sk_sp<sksg::PaintNode> p) { in appendNode()
|
/third_party/skia/samplecode/ |
D | SampleSG.cpp | 26 sksg::PaintNode* fPaint; 43 void appendNode(sk_sp<sksg::Draw> d, sk_sp<sksg::GeometryNode> g, sk_sp<sksg::PaintNode> p) { in appendNode()
|
/third_party/flutter/skia/tools/viewer/ |
D | SlideDir.cpp | 242 sk_sp<sksg::PaintNode> fShadePaint;
|
/third_party/skia/tools/viewer/ |
D | SlideDir.cpp | 253 sk_sp<sksg::PaintNode> fShadePaint;
|
/third_party/skia/modules/skottie/src/ |
D | Layer.cpp | 124 const sk_sp<sksg::PaintNode> fMaskPaint;
|