Searched refs:setCurveInsync (Results 1 - 10 of 10) sorted by relevance
/inkscape/src/ |
H A D | sp-shape.h | 45 void setCurveInsync (SPCurve *curve, unsigned int owner);
|
H A D | box3d-side.cpp | 199 this->setCurveInsync( c, TRUE); 206 this->setCurveInsync(c_lpe, TRUE);
|
H A D | sp-spiral.cpp | 323 this->setCurveInsync( cold, TRUE); 370 setCurveInsync( c, TRUE); 378 this->setCurveInsync( c_lpe, TRUE);
|
H A D | sp-line.cpp | 154 this->setCurveInsync(c, TRUE); // *_insync does not call update, avoiding infinite recursion when set_shape is called by update
|
H A D | sp-ellipse.cpp | 393 this->setCurveInsync(cold, TRUE); 450 this->setCurveInsync(curve, TRUE); 458 this->setCurveInsync(c_lpe, TRUE);
|
H A D | sp-star.cpp | 379 this->setCurveInsync( cold, TRUE); 451 this->setCurveInsync( c, TRUE); 459 this->setCurveInsync( c_lpe, TRUE);
|
H A D | sp-path.cpp | 338 this->setCurveInsync(curve, TRUE);
|
H A D | sp-rect.cpp | 168 this->setCurveInsync( NULL, TRUE); 235 this->setCurveInsync(c, true);
|
H A D | sp-offset.cpp | 366 this->setCurveInsync (c, TRUE); 674 this->setCurveInsync (c, TRUE);
|
H A D | sp-shape.cpp | 1053 void SPShape::setCurveInsync(SPCurve *new_curve, unsigned int owner) function in class:SPShape
|
Completed in 32 milliseconds