Searched refs:accumulated (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/tools/
H A Ddynamic-base.cpp29 , accumulated(NULL)
66 if (this->accumulated) {
67 this->accumulated = this->accumulated->unref();
68 this->accumulated = 0;
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 */
H A Deraser-tool.cpp112 this->accumulated = new SPCurve();
372 /* reset accumulated curve */
373 this->accumulated->reset();
398 this->accumulated->reset();
452 this->accumulated->reset();
482 /* reset accumulated curve */
483 this->accumulated->reset();
644 if (!this->accumulated->is_empty()) {
658 Geom::PathVector pathv = this->accumulated->get_pathvector() * desktop->dt2doc();
839 this->accumulated
[all...]
H A Dcalligraphic-tool.cpp128 this->accumulated = new SPCurve();
437 /* reset accumulated curve */
438 this->accumulated->reset();
456 this->accumulated->reset();
754 /* reset accumulated curve */
755 this->accumulated->reset();
908 if (!this->accumulated->is_empty()) {
925 Geom::PathVector pathv = this->accumulated->get_pathvector() * desktop->dt2doc();
1014 this->accumulated->reset(); /* Is this required ?? */
1016 this->accumulated
[all...]
/inkscape/src/
H A Ddesktop.h208 sigc::signal<bool, const SPCSSAttr *>::accumulated<StopOnTrue> _set_style_signal;
209 sigc::signal<int, SPStyle *, int>::accumulated<StopOnNonZero> _query_style_signal;
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 24 milliseconds