Home
last modified time | relevance | path

Searched refs:SvgPaint (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx164 SvgPaint maFill;
165 SvgPaint maStroke;
166 SvgPaint maStopColor;
189 SvgPaint maColor;
295 void setFill(const SvgPaint& rFill) { maFill = rFill; } in setFill()
299 void setStroke(const SvgPaint& rStroke) { maStroke = rStroke; } in setStroke()
303 void setStopColor(const SvgPaint& rStopColor) { maStopColor = rStopColor; } in setStopColor()
404 void setColor(const SvgPaint& rColor) { maColor = rColor; } in setColor()
H A Dsvgpaint.hxx34 class SvgPaint class
45SvgPaint(const basegfx::BColor& rColor = basegfx::BColor(0.0, 0.0, 0.0), bool bSet = false, bool b… in SvgPaint() function in svgio::svgreader::SvgPaint
H A Dsvgtools.hxx220 SvgPaint& rSvgPaint,
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx1226 SvgPaint& rSvgPaint, in readSvgPaint()
1238 rSvgPaint = SvgPaint(aColor, true, true); in readSvgPaint()
1248 rSvgPaint = SvgPaint(aColor, true, false, false); in readSvgPaint()
1258 rSvgPaint = SvgPaint(aColor, true, true, true); in readSvgPaint()
H A Dsvgstyleattributes.cxx1268 SvgPaint aSvgPaint; in parseStyleAttribute()
1323 SvgPaint aSvgPaint; in parseStyleAttribute()
1470 SvgPaint aSvgPaint; in parseStyleAttribute()
1791 SvgPaint aSvgPaint; in parseStyleAttribute()
H A Dsvgsvgnode.cxx106 … maSvgStyleAttributes.setFill(SvgPaint(basegfx::BColor(0.0, 0.0, 0.0), true, true)); in initializeStyleAttributes()