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

/inkscape/src/ui/tools/
H A Dpen-tool.cpp54 #include "live_effects/lpe-spiro.h"
69 #include "live_effects/spiro.h"
171 *.Set the mode of draw spiro, and bsplines
175 this->spiro = (mode == 1);
381 if(bevent.button != 3 && (this->spiro || this->bspline) && this->npoints > 0 && this->p[0] == this->p[3]){
459 if (anchor && (!this->hasWaitingLPE()|| this->bspline || this->spiro)) {
510 this->state = (this->spiro || this->bspline || this->polylines_only) ? PenTool::POINT : PenTool::CONTROL;
639 if(!this->spiro && !this->bspline){
653 if(!this->spiro && !this->bspline){
738 if((!anchor || anchor == this->sa) && (this->spiro || thi
[all...]
H A Dpen-tool.h53 bool spiro; member in class:Inkscape::UI::Tools::PenTool
91 //adds spiro & bspline modes
93 //this function changes the colors red, green and blue making them transparent or not depending on if the function uses spiro
95 //creates a node in bspline or spiro modes
97 //creates a node in bspline or spiro modes
101 //continues the existing curve in bspline or spiro mode
103 //continues the existing curve with the union node in bspline or spiro modes
109 //closes the curve with the last node in bspline or spiro mode
/inkscape/src/live_effects/
H A Dlpe-powerstroke.cpp40 #include "spiro.h"
171 {LINEJOIN_SPIRO, N_("Spiro"), "spiro"},
516 Geom::Path spiro; local
517 Spiro::spiro_run(controlpoints, 4, spiro);
518 pb.append(spiro.portion(1, spiro.size_open() - 1));

Completed in 20 milliseconds