Home
last modified time | relevance | path

Searched refs:SkSVGNode (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/experimental/svg/model/
DSkSVGDOM.cpp38 bool SetPaintAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetPaintAttribute()
50 bool SetColorAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetColorAttribute()
62 bool SetIRIAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetIRIAttribute()
74 bool SetClipPathAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetClipPathAttribute()
87 bool SetPathDataAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetPathDataAttribute()
98 bool SetTransformAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetTransformAttribute()
110 bool SetLengthAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetLengthAttribute()
122 bool SetNumberAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetNumberAttribute()
134 bool SetViewBoxAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetViewBoxAttribute()
146 bool SetLineCapAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetLineCapAttribute()
[all …]
DSkSVGNode.cpp16 SkSVGNode::SkSVGNode(SkSVGTag t) : fTag(t) { } in SkSVGNode() function in SkSVGNode
18 SkSVGNode::~SkSVGNode() { } in ~SkSVGNode()
20 void SkSVGNode::render(const SkSVGRenderContext& ctx) const { in render()
28 bool SkSVGNode::asPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const { in asPaint()
34 SkPath SkSVGNode::asPath(const SkSVGRenderContext& ctx) const { in asPath()
50 bool SkSVGNode::onPrepareToRender(SkSVGRenderContext* ctx) const { in onPrepareToRender()
59 void SkSVGNode::setAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in setAttribute()
63 void SkSVGNode::setClipPath(const SkSVGClip& clip) { in setClipPath()
67 void SkSVGNode::setClipRule(const SkSVGFillRule& clipRule) { in setClipRule()
71 void SkSVGNode::setFill(const SkSVGPaint& svgPaint) { in setFill()
[all …]
DSkSVGNode.h40 class SkSVGNode : public SkRefCnt {
42 virtual ~SkSVGNode();
46 virtual void appendChild(sk_sp<SkSVGNode>) = 0;
68 SkSVGNode(SkSVGTag);
DSkSVGDOM.h19 class SkSVGNode; variable
32 void setRoot(sk_sp<SkSVGNode>);
40 sk_sp<SkSVGNode> fRoot;
DSkSVGIDMapper.h15 class SkSVGNode; variable
17 using SkSVGIDMapper = SkTHashMap<SkString, sk_sp<SkSVGNode>>;
DSkSVGTransformableNode.h14 class SkSVGTransformableNode : public SkSVGNode {
33 typedef SkSVGNode INHERITED;
DSkSVGContainer.h18 void appendChild(sk_sp<SkSVGNode>) override;
30 SkSTArray<1, sk_sp<SkSVGNode>, true> fChildren;
DSkSVGShape.h21 void appendChild(sk_sp<SkSVGNode>) override;
DSkSVGShape.cpp26 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) { in appendChild() argument
DSkSVGUse.h24 void appendChild(sk_sp<SkSVGNode>) override;
DSkSVGContainer.cpp15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) { in appendChild()
DSkSVGUse.cpp16 void SkSVGUse::appendChild(sk_sp<SkSVGNode>) { in appendChild() argument
/external/skqp/experimental/svg/model/
DSkSVGDOM.cpp38 bool SetPaintAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetPaintAttribute()
50 bool SetColorAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetColorAttribute()
62 bool SetIRIAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetIRIAttribute()
74 bool SetClipPathAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetClipPathAttribute()
87 bool SetPathDataAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetPathDataAttribute()
98 bool SetTransformAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetTransformAttribute()
110 bool SetLengthAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetLengthAttribute()
122 bool SetNumberAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetNumberAttribute()
134 bool SetViewBoxAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetViewBoxAttribute()
146 bool SetLineCapAttribute(const sk_sp<SkSVGNode>& node, SkSVGAttribute attr, in SetLineCapAttribute()
[all …]
DSkSVGNode.cpp16 SkSVGNode::SkSVGNode(SkSVGTag t) : fTag(t) { } in SkSVGNode() function in SkSVGNode
18 SkSVGNode::~SkSVGNode() { } in ~SkSVGNode()
20 void SkSVGNode::render(const SkSVGRenderContext& ctx) const { in render()
28 bool SkSVGNode::asPaint(const SkSVGRenderContext& ctx, SkPaint* paint) const { in asPaint()
34 SkPath SkSVGNode::asPath(const SkSVGRenderContext& ctx) const { in asPath()
50 bool SkSVGNode::onPrepareToRender(SkSVGRenderContext* ctx) const { in onPrepareToRender()
59 void SkSVGNode::setAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in setAttribute()
63 void SkSVGNode::setClipPath(const SkSVGClip& clip) { in setClipPath()
67 void SkSVGNode::setClipRule(const SkSVGFillRule& clipRule) { in setClipRule()
71 void SkSVGNode::setFill(const SkSVGPaint& svgPaint) { in setFill()
[all …]
DSkSVGNode.h40 class SkSVGNode : public SkRefCnt {
42 virtual ~SkSVGNode();
46 virtual void appendChild(sk_sp<SkSVGNode>) = 0;
68 SkSVGNode(SkSVGTag);
DSkSVGDOM.h19 class SkSVGNode; variable
32 void setRoot(sk_sp<SkSVGNode>);
40 sk_sp<SkSVGNode> fRoot;
DSkSVGIDMapper.h15 class SkSVGNode; variable
17 using SkSVGIDMapper = SkTHashMap<SkString, sk_sp<SkSVGNode>>;
DSkSVGTransformableNode.h14 class SkSVGTransformableNode : public SkSVGNode {
33 typedef SkSVGNode INHERITED;
DSkSVGContainer.h18 void appendChild(sk_sp<SkSVGNode>) override;
30 SkSTArray<1, sk_sp<SkSVGNode>, true> fChildren;
DSkSVGShape.h21 void appendChild(sk_sp<SkSVGNode>) override;
DSkSVGShape.cpp26 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) { in appendChild() argument
DSkSVGUse.h24 void appendChild(sk_sp<SkSVGNode>) override;
DSkSVGContainer.cpp15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) { in appendChild()
DSkSVGUse.cpp16 void SkSVGUse::appendChild(sk_sp<SkSVGNode>) { in appendChild() argument
DSkSVGRenderContext.h80 const SkSVGNode* findNodeById(const SkString&) const;

12