Lines Matching refs:SkSVGPresentationAttributes
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()
233 void commitToPaint<SkSVGAttribute::kStrokeWidth>(const SkSVGPresentationAttributes& attrs, in commitToPaint()
242 void commitToPaint<SkSVGAttribute::kFillRule>(const SkSVGPresentationAttributes&, in commitToPaint() argument
249 void commitToPaint<SkSVGAttribute::kClipRule>(const SkSVGPresentationAttributes&, in commitToPaint() argument
256 void commitToPaint<SkSVGAttribute::kVisibility>(const SkSVGPresentationAttributes&, in commitToPaint() argument
265 : fInherited(SkSVGPresentationAttributes::MakeInitial()) { in SkSVGPresentationContext()
320 void SkSVGRenderContext::applyPresentationAttributes(const SkSVGPresentationAttributes& attrs, in applyPresentationAttributes()