Searched refs:SvgPaint (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/svgio/inc/svgio/svgreader/ |
| H A D | svgstyleattributes.hxx | 164 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 D | svgpaint.hxx | 34 class SvgPaint class 45 …SvgPaint(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 D | svgtools.hxx | 220 SvgPaint& rSvgPaint,
|
| /trunk/main/svgio/source/svgreader/ |
| H A D | svgtools.cxx | 1226 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 D | svgstyleattributes.cxx | 1268 SvgPaint aSvgPaint; in parseStyleAttribute() 1323 SvgPaint aSvgPaint; in parseStyleAttribute() 1470 SvgPaint aSvgPaint; in parseStyleAttribute() 1791 SvgPaint aSvgPaint; in parseStyleAttribute()
|
| H A D | svgsvgnode.cxx | 106 … maSvgStyleAttributes.setFill(SvgPaint(basegfx::BColor(0.0, 0.0, 0.0), true, true)); in initializeStyleAttributes()
|