Lines Matching defs:style
31 #include "style.h"
181 Geom::PathVector const &pathv, Geom::Affine const &transform, SPStyle const *style,
188 if (style->fill.isColor()) {
195 fill_opacity=SP_SCALE24_TO_FLOAT(style->fill_opacity.value);
196 sp_color_get_rgb_floatv(&style->fill.value.color, rgb);
216 Geom::PathVector const &pathv, Geom::Affine const &transform, SPStyle const *style,
223 if (style->stroke.isColor()) {
231 stroke_opacity=SP_SCALE24_TO_FLOAT(style->stroke_opacity.value);
232 sp_color_get_rgb_floatv(&style->stroke.value.color, rgb);
235 os << "\\pscustom[linewidth=" << style->stroke_width.computed*scale<< ",linecolor=curcolor";
241 if (style->stroke_dasharray.set && !style->stroke_dasharray.values.empty()) {
243 for (unsigned i = 0; i < style->stroke_dasharray.values.size(); i++) {
247 os << style->stroke_dasharray.values[i];
345 c-file-style:"stroustrup"