Home
last modified time | relevance | path

Searched defs:SkSVGPresentationAttributes (Results 1 – 4 of 4) sorted by relevance

/external/skia/experimental/svg/model/
DSkSVGAttribute.h62 struct SkSVGPresentationAttributes { struct
67 SkTLazy<SkSVGPaint> fFill;
68 SkTLazy<SkSVGNumberType> fFillOpacity;
69 SkTLazy<SkSVGFillRule> fFillRule;
70 SkTLazy<SkSVGFillRule> fClipRule;
72 SkTLazy<SkSVGPaint> fStroke;
73 SkTLazy<SkSVGDashArray> fStrokeDashArray;
74 SkTLazy<SkSVGLength> fStrokeDashOffset;
75 SkTLazy<SkSVGLineCap> fStrokeLineCap;
76 SkTLazy<SkSVGLineJoin> fStrokeLineJoin;
[all …]
DSkSVGRenderContext.cpp192 void commitToPaint<SkSVGAttribute::kStrokeDashOffset>(const SkSVGPresentationAttributes&, in commitToPaint()
242 void commitToPaint<SkSVGAttribute::kFillRule>(const SkSVGPresentationAttributes&, in commitToPaint()
249 void commitToPaint<SkSVGAttribute::kClipRule>(const SkSVGPresentationAttributes&, in commitToPaint()
256 void commitToPaint<SkSVGAttribute::kVisibility>(const SkSVGPresentationAttributes&, in commitToPaint()
/external/skqp/experimental/svg/model/
DSkSVGAttribute.h62 struct SkSVGPresentationAttributes { struct
67 SkTLazy<SkSVGPaint> fFill;
68 SkTLazy<SkSVGNumberType> fFillOpacity;
69 SkTLazy<SkSVGFillRule> fFillRule;
70 SkTLazy<SkSVGFillRule> fClipRule;
72 SkTLazy<SkSVGPaint> fStroke;
73 SkTLazy<SkSVGDashArray> fStrokeDashArray;
74 SkTLazy<SkSVGLength> fStrokeDashOffset;
75 SkTLazy<SkSVGLineCap> fStrokeLineCap;
76 SkTLazy<SkSVGLineJoin> fStrokeLineJoin;
[all …]
DSkSVGRenderContext.cpp192 void commitToPaint<SkSVGAttribute::kStrokeDashOffset>(const SkSVGPresentationAttributes&, in commitToPaint()
242 void commitToPaint<SkSVGAttribute::kFillRule>(const SkSVGPresentationAttributes&, in commitToPaint()
249 void commitToPaint<SkSVGAttribute::kClipRule>(const SkSVGPresentationAttributes&, in commitToPaint()
256 void commitToPaint<SkSVGAttribute::kVisibility>(const SkSVGPresentationAttributes&, in commitToPaint()