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

/inkscape/src/
H A Dsp-shape.h42 SPCurve * getCurve () const;
H A Dsp-conn-end.cpp68 SPCurve* item_curve = SP_SHAPE(item)->getCurve();
H A Dsp-offset.cpp185 SPCurve *curve = SP_SHAPE (this)->getCurve();
951 SPCurve *curve = SP_SHAPE (offset)->getCurve();
959 curve = SP_SHAPE (offset)->getCurve();
1127 curve = SP_SHAPE (item)->getCurve ();
H A Dsp-path.cpp420 return getCurve();
H A Dsp-use-reference.cpp213 curve = SP_SHAPE(item)->getCurve();
H A Dconn-avoid-ref.cpp265 SPCurve* item_curve = SP_SHAPE(item)->getCurve();
H A Dsp-flowregion.cpp373 curve = shape->getCurve();
H A Dsplivarot.cpp941 curve = SP_SHAPE(item)->getCurve();
1169 curve = SP_SHAPE(item)->getCurve();
1590 curve = SP_SHAPE(item)->getCurve();
1782 curve = SP_SHAPE(item)->getCurve();
2373 curve = SP_SHAPE(item)->getCurve();
H A Dpath-chemistry.cpp555 curve = shape->getCurve();
H A Dobject-snapper.cpp428 curve = shape->getCurve();
H A Dsp-item-group.cpp846 c = subShape->getCurve();
H A Dsp-lpe-item.cpp689 c = SP_SHAPE(clip_mask)->getCurve();
H A Dsp-shape.cpp1023 SPCurve * SPShape::getCurve() const function in class:SPShape
H A Dsp-text.cpp499 SPCurve *curve = shape->getCurve();
/inkscape/src/ui/tools/
H A Dlpe-tool.cpp403 curve = path->getCurve();
446 SPCurve *curve = path->getCurve();
H A Dfreehand-base.cpp334 curve = sp_shape->getCurve();
H A Dmeasure-tool.cpp1180 calculate_intersections(desktop, item, lineseg, SP_SHAPE(item)->getCurve(), intersection_times);
/inkscape/src/widgets/
H A Dpencil-toolbar.cpp309 guint previous_curve_length = sp_shape->getCurve()->get_segment_count();
313 guint curve_length = sp_shape->getCurve()->get_segment_count();
/inkscape/src/live_effects/
H A Dlpe-taperstroke.cpp471 if (!(curve = SP_SHAPE(lpe->sp_lpe_item)->getCurve())) {
504 if ( !(curve = SP_SHAPE(lpe->sp_lpe_item)->getCurve()) ) {
H A Dlpe-knot.cpp521 c = SP_SHAPE(lpeitem)->getCurve();
542 supplied_path = SP_PATH(lpeitem)->getCurve()->get_pathvector();
H A Deffect.cpp455 /*sp_curve = SP_SHAPE(sp_lpe_item)->getCurve();
466 sp_curve = shape->getCurve();
H A Dlpe-fillet-chamfer.cpp465 : SP_SHAPE(lpeItem)->getCurve();
/inkscape/src/live_effects/parameter/
H A Dpath.cpp398 curve = SP_SHAPE(linked_obj)->getCurve();
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp275 if (subpath->getCurve(j)) {
/inkscape/src/extension/internal/
H A Dodf.cpp1777 curve = SP_SHAPE(item)->getCurve();

Completed in 84 milliseconds