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

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp572 double nearest_sum = std::accumulate (this->hatch_nearest_past.begin(), this->hatch_nearest_past.end(), 0.0);
573 double pointer_sum = std::accumulate (this->hatch_pointer_past.begin(), this->hatch_pointer_past.end(), 0.0);
613 Geom::Point hatch_vector_accumulated = std::accumulate
749 if (this->accumulate())
984 bool CalligraphicTool::accumulate() { function in class:Inkscape::UI::Tools::CalligraphicTool
H A Deraser-tool.cpp479 this->accumulate();
835 void EraserTool::accumulate() { function in class:Inkscape::UI::Tools::EraserTool

Completed in 341 milliseconds