Searched refs:SkSVGPresentationAttributes (Results 1 – 5 of 5) sorted by relevance
/external/skia/experimental/svg/model/ |
D | SkSVGRenderContext.cpp | 131 void commitToPaint(const SkSVGPresentationAttributes&, 136 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 143 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 150 void commitToPaint<SkSVGAttribute::kFillOpacity>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 157 void commitToPaint<SkSVGAttribute::kStrokeLineCap>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 167 void commitToPaint<SkSVGAttribute::kStrokeLineJoin>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 177 void commitToPaint<SkSVGAttribute::kStrokeOpacity>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 184 void commitToPaint<SkSVGAttribute::kStrokeWidth>(const SkSVGPresentationAttributes& attrs, in commitToPaint() 193 void commitToPaint<SkSVGAttribute::kFillRule>(const SkSVGPresentationAttributes&, in commitToPaint() argument 202 : fInherited(SkSVGPresentationAttributes::MakeInitial()) { in SkSVGPresentationContext() [all …]
|
D | SkSVGAttribute.cpp | 10 SkSVGPresentationAttributes SkSVGPresentationAttributes::MakeInitial() { in MakeInitial() 11 SkSVGPresentationAttributes result; in MakeInitial()
|
D | SkSVGAttribute.h | 54 struct SkSVGPresentationAttributes { struct 55 static SkSVGPresentationAttributes MakeInitial();
|
D | SkSVGRenderContext.h | 52 SkSVGPresentationAttributes fInherited; 76 void applyPresentationAttributes(const SkSVGPresentationAttributes&, uint32_t flags);
|
D | SkSVGNode.h | 85 SkSVGPresentationAttributes fPresentationAttributes;
|