Searched refs:setCurve (Results 1 - 11 of 11) sorted by relevance
/inkscape/src/ |
H A D | sp-hatch-path.h | 39 void setCurve(SPCurve *curve, bool owner);
|
H A D | sp-polyline.cpp | 96 this->setCurve(curve, TRUE);
|
H A D | sp-path.cpp | 213 this->setCurve(curve, TRUE); 217 this->setCurve(NULL, TRUE); 361 this->setCurve(oldcurve, TRUE);
|
H A D | sp-hatch-path.cpp | 49 void SPHatchPath::setCurve(SPCurve *new_curve, bool owner) function in class:SPHatchPath 97 setCurve(curve, true); 101 setCurve(NULL, true);
|
H A D | sp-shape.h | 44 void setCurve (SPCurve *curve, unsigned int owner);
|
H A D | sp-polygon.cpp | 161 this->setCurve(curve, TRUE);
|
H A D | sp-item-group.cpp | 854 subShape->setCurve(c, TRUE);
|
H A D | sp-lpe-item.cpp | 720 SP_SHAPE(clip_mask)->setCurve(oldcurve, TRUE);
|
H A D | sp-shape.cpp | 988 void SPShape::setCurve(SPCurve *new_curve, unsigned int owner) function in class:SPShape
|
/inkscape/src/widgets/ |
H A D | pencil-toolbar.cpp | 264 shape->setCurve(c,0);
|
/inkscape/src/ui/tool/ |
H A D | path-manipulator.cpp | 1512 _path->setCurve(_spcurve, false);
|
Completed in 222 milliseconds