Searched defs:accumulated (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Ddynamic-base.h47 /** accumulated shape which ultimately goes in svg:path */
48 SPCurve *accumulated; member in class:Inkscape::UI::Tools::DynamicBase
58 /** left edge of the stroke; combined to get accumulated */
61 /** right edge of the stroke; combined to get accumulated */
/inkscape/src/
H A Dgradient-drag.cpp288 gdouble accumulated = 1.0; local
289 accumulated *= sp_svg_read_percentage(css->attribute("flood-opacity"), 1.0);
290 accumulated *= sp_svg_read_percentage(css->attribute("opacity"), 1.0);
291 accumulated *= sp_svg_read_percentage(css->attribute("stroke-opacity"), 1.0);
292 accumulated *= sp_svg_read_percentage(css->attribute("fill-opacity"), 1.0);
295 os << accumulated; local

Completed in 39 milliseconds