Home
last modified time | relevance | path

Searched refs:SkSVGPresentationAttributes (Results 1 – 10 of 10) sorted by relevance

/external/skqp/experimental/svg/model/
DSkSVGRenderContext.cpp134 void commitToPaint(const SkSVGPresentationAttributes&,
139 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
146 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
153 void commitToPaint<SkSVGAttribute::kFillOpacity>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
160 void commitToPaint<SkSVGAttribute::kStrokeDashArray>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
192 void commitToPaint<SkSVGAttribute::kStrokeDashOffset>(const SkSVGPresentationAttributes&, in commitToPaint() argument
199 void commitToPaint<SkSVGAttribute::kStrokeLineCap>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
209 void commitToPaint<SkSVGAttribute::kStrokeLineJoin>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
219 void commitToPaint<SkSVGAttribute::kStrokeMiterLimit>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
226 void commitToPaint<SkSVGAttribute::kStrokeOpacity>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
[all …]
DSkSVGAttribute.cpp10 SkSVGPresentationAttributes SkSVGPresentationAttributes::MakeInitial() { in MakeInitial()
11 SkSVGPresentationAttributes result; in MakeInitial()
DSkSVGAttribute.h62 struct SkSVGPresentationAttributes { struct
63 static SkSVGPresentationAttributes MakeInitial();
DSkSVGRenderContext.h52 SkSVGPresentationAttributes fInherited;
78 void applyPresentationAttributes(const SkSVGPresentationAttributes&, uint32_t flags);
DSkSVGNode.h92 SkSVGPresentationAttributes fPresentationAttributes;
/external/skia/modules/svg/src/
DSkSVGAttribute.cpp10 SkSVGPresentationAttributes SkSVGPresentationAttributes::MakeInitial() { in MakeInitial()
11 SkSVGPresentationAttributes result; in MakeInitial()
DSkSVGRenderContext.cpp112 static sk_sp<SkPathEffect> dash_effect(const SkSVGPresentationAttributes& props, in dash_effect()
143 : fInherited(SkSVGPresentationAttributes::MakeInitial()) in SkSVGPresentationContext()
201 void SkSVGRenderContext::applyPresentationAttributes(const SkSVGPresentationAttributes& attrs, in applyPresentationAttributes()
/external/skia/modules/svg/include/
DSkSVGAttribute.h69 struct SkSVGPresentationAttributes { struct
70 static SkSVGPresentationAttributes MakeInitial();
DSkSVGRenderContext.h55 SkSVGPresentationAttributes fInherited;
87 void applyPresentationAttributes(const SkSVGPresentationAttributes&, uint32_t flags);
DSkSVGNode.h180 SkSVGPresentationAttributes fPresentationAttributes;