Searched refs:SkSVGPresentationAttributes (Results 1 – 10 of 10) sorted by relevance
/external/skqp/experimental/svg/model/ |
D | SkSVGRenderContext.cpp | 134 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 …]
|
D | SkSVGAttribute.cpp | 10 SkSVGPresentationAttributes SkSVGPresentationAttributes::MakeInitial() { in MakeInitial() 11 SkSVGPresentationAttributes result; in MakeInitial()
|
D | SkSVGAttribute.h | 62 struct SkSVGPresentationAttributes { struct 63 static SkSVGPresentationAttributes MakeInitial();
|
D | SkSVGRenderContext.h | 52 SkSVGPresentationAttributes fInherited; 78 void applyPresentationAttributes(const SkSVGPresentationAttributes&, uint32_t flags);
|
D | SkSVGNode.h | 92 SkSVGPresentationAttributes fPresentationAttributes;
|
/external/skia/modules/svg/src/ |
D | SkSVGAttribute.cpp | 10 SkSVGPresentationAttributes SkSVGPresentationAttributes::MakeInitial() { in MakeInitial() 11 SkSVGPresentationAttributes result; in MakeInitial()
|
D | SkSVGRenderContext.cpp | 112 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/ |
D | SkSVGAttribute.h | 69 struct SkSVGPresentationAttributes { struct 70 static SkSVGPresentationAttributes MakeInitial();
|
D | SkSVGRenderContext.h | 55 SkSVGPresentationAttributes fInherited; 87 void applyPresentationAttributes(const SkSVGPresentationAttributes&, uint32_t flags);
|
D | SkSVGNode.h | 180 SkSVGPresentationAttributes fPresentationAttributes;
|