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

/inkscape/src/
H A Dsp-shape.h45 void setCurveInsync (SPCurve *curve, unsigned int owner);
H A Dbox3d-side.cpp199 this->setCurveInsync( c, TRUE);
206 this->setCurveInsync(c_lpe, TRUE);
H A Dsp-spiral.cpp323 this->setCurveInsync( cold, TRUE);
370 setCurveInsync( c, TRUE);
378 this->setCurveInsync( c_lpe, TRUE);
H A Dsp-line.cpp154 this->setCurveInsync(c, TRUE); // *_insync does not call update, avoiding infinite recursion when set_shape is called by update
H A Dsp-ellipse.cpp393 this->setCurveInsync(cold, TRUE);
450 this->setCurveInsync(curve, TRUE);
458 this->setCurveInsync(c_lpe, TRUE);
H A Dsp-star.cpp379 this->setCurveInsync( cold, TRUE);
451 this->setCurveInsync( c, TRUE);
459 this->setCurveInsync( c_lpe, TRUE);
H A Dsp-path.cpp338 this->setCurveInsync(curve, TRUE);
H A Dsp-rect.cpp168 this->setCurveInsync( NULL, TRUE);
235 this->setCurveInsync(c, true);
H A Dsp-offset.cpp366 this->setCurveInsync (c, TRUE);
674 this->setCurveInsync (c, TRUE);
H A Dsp-shape.cpp1053 void SPShape::setCurveInsync(SPCurve *new_curve, unsigned int owner) function in class:SPShape

Completed in 32 milliseconds