Searched defs:SkSVGPresentationAttributes (Results 1 – 3 of 3) sorted by relevance
/external/skia/modules/svg/include/ |
D | SkSVGAttribute.h | 69 struct SkSVGPresentationAttributes { struct 74 SkSVGProperty<SkSVGPaint , true> fFill; 75 SkSVGProperty<SkSVGNumberType, true> fFillOpacity; 76 SkSVGProperty<SkSVGFillRule , true> fFillRule; 77 SkSVGProperty<SkSVGFillRule , true> fClipRule; 79 SkSVGProperty<SkSVGPaint , true> fStroke; 80 SkSVGProperty<SkSVGDashArray , true> fStrokeDashArray; 81 SkSVGProperty<SkSVGLength , true> fStrokeDashOffset; 82 SkSVGProperty<SkSVGLineCap , true> fStrokeLineCap; 83 SkSVGProperty<SkSVGLineJoin , true> fStrokeLineJoin; [all …]
|
/external/skqp/experimental/svg/model/ |
D | SkSVGAttribute.h | 62 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 …]
|
D | SkSVGRenderContext.cpp | 192 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()
|