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

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp538 #define SPEED_ELEMENTS 12 macro
545 // SPEED_ELEMENTS motion events. Normally, as you track the guide path, speed
561 // store them in stacks limited to SPEED_ELEMENTS
563 if (this->hatch_nearest_past.size() > SPEED_ELEMENTS)
566 if (this->hatch_pointer_past.size() > SPEED_ELEMENTS)
570 if (this->hatch_nearest_past.size() == SPEED_ELEMENTS) {

Completed in 15 milliseconds