Searched defs:stroke_color (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/display/
H A Dsodipodi-ctrl.h48 guint32 stroke_color; member in struct:SPCtrl
H A Dsodipodi-ctrl.cpp64 ARG_STROKE_COLOR, g_param_spec_int ("stroke_color", "stroke_color", "Stroke Color", G_MININT, G_MAXINT, 0x000000ff, (GParamFlags) G_PARAM_READWRITE));
108 ctrl->stroke_color = (guint32)g_value_get_int(value);
167 g_value_set_int(value, ctrl->stroke_color);
194 ctrl->stroke_color = 0x000000ff;
299 guint32 stroke_color, fill_color; local
312 stroke_color = ctrl->stroke_color;
314 stroke_color = argb32_from_rgba(ctrl->stroke_color);
[all...]
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp308 GfxRGB stroke_color; local
309 state->getStrokeRGB(&stroke_color);
310 sp_repr_css_set_property(css, "stroke", svgConvertGfxRGB(&stroke_color));

Completed in 16 milliseconds