Home
last modified time | relevance | path

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

/external/skia/experimental/svg/model/
DSkSVGRenderContext.cpp131 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 …]
DSkSVGAttribute.cpp10 SkSVGPresentationAttributes SkSVGPresentationAttributes::MakeInitial() { in MakeInitial()
11 SkSVGPresentationAttributes result; in MakeInitial()
DSkSVGAttribute.h54 struct SkSVGPresentationAttributes { struct
55 static SkSVGPresentationAttributes MakeInitial();
DSkSVGRenderContext.h52 SkSVGPresentationAttributes fInherited;
76 void applyPresentationAttributes(const SkSVGPresentationAttributes&, uint32_t flags);
DSkSVGNode.h85 SkSVGPresentationAttributes fPresentationAttributes;