Lines Matching refs:commitToPaint
131 void commitToPaint(const SkSVGPresentationAttributes&,
136 void commitToPaint<SkSVGAttribute::kFill>(const SkSVGPresentationAttributes& attrs, in commitToPaint() function
143 void commitToPaint<SkSVGAttribute::kStroke>(const SkSVGPresentationAttributes& attrs, in commitToPaint() function
150 void commitToPaint<SkSVGAttribute::kFillOpacity>(const SkSVGPresentationAttributes& attrs, in commitToPaint() function
157 void commitToPaint<SkSVGAttribute::kStrokeLineCap>(const SkSVGPresentationAttributes& attrs, in commitToPaint() function
167 void commitToPaint<SkSVGAttribute::kStrokeLineJoin>(const SkSVGPresentationAttributes& attrs, in commitToPaint() function
177 void commitToPaint<SkSVGAttribute::kStrokeOpacity>(const SkSVGPresentationAttributes& attrs, in commitToPaint() function
184 void commitToPaint<SkSVGAttribute::kStrokeWidth>(const SkSVGPresentationAttributes& attrs, in commitToPaint() function
193 void commitToPaint<SkSVGAttribute::kFillRule>(const SkSVGPresentationAttributes&, in commitToPaint() function
216 commitToPaint<SkSVGAttribute::kFill>(fInherited, dummy, this); in SkSVGPresentationContext()
217 commitToPaint<SkSVGAttribute::kFillOpacity>(fInherited, dummy, this); in SkSVGPresentationContext()
218 commitToPaint<SkSVGAttribute::kStroke>(fInherited, dummy, this); in SkSVGPresentationContext()
219 commitToPaint<SkSVGAttribute::kStrokeLineCap>(fInherited, dummy, this); in SkSVGPresentationContext()
220 commitToPaint<SkSVGAttribute::kStrokeLineJoin>(fInherited, dummy, this); in SkSVGPresentationContext()
221 commitToPaint<SkSVGAttribute::kStrokeOpacity>(fInherited, dummy, this); in SkSVGPresentationContext()
222 commitToPaint<SkSVGAttribute::kStrokeWidth>(fInherited, dummy, this); in SkSVGPresentationContext()
262 commitToPaint<SkSVGAttribute::k ## ATTR>(attrs, *this, \ in applyPresentationAttributes()