Searched refs:CTRL_TYPE_UNKNOWN (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/ui/
H A Dcontrol-types.h22 CTRL_TYPE_UNKNOWN, enumerator in enum:Inkscape::ControlType
H A Dcontrol-manager.cpp133 _typeTable[CTRL_TYPE_UNKNOWN] = SP_TYPE_CTRL;
146 _ctrlToShape[CTRL_TYPE_UNKNOWN] = SP_CTRL_SHAPE_DIAMOND;
166 _sizeTable[CTRL_TYPE_UNKNOWN] = std::vector<int>(sizes, sizes + (sizeof(sizes) / sizeof(sizes[0])));
248 SPCtrlShapeType shape = _ctrlToShape[_ctrlToShape.count(type) ? type : CTRL_TYPE_UNKNOWN];
261 case CTRL_TYPE_UNKNOWN:
/inkscape/src/live_effects/
H A Dlpe-angle_bisector.cpp85 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
91 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
H A Dlpe-parallel.cpp102 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
108 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
H A Dlpe-perp_bisector.cpp158 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
164 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
H A Dlpe-tangent_to_curve.cpp102 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
108 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
114 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
H A Dlpe-bendpath.cpp178 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _("Change the width"), SP_KNOT_SHAPE_CIRCLE);
H A Dlpe-taperstroke.cpp447 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _("Start point of the taper"), SP_KNOT_SHAPE_CIRCLE);
451 f->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _("End point of the taper"), SP_KNOT_SHAPE_CIRCLE);
H A Dlpe-perspective_path.cpp252 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
H A Dlpe-patternalongpath.cpp285 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _("Change the width"), SP_KNOT_SHAPE_CIRCLE);
H A Dlpe-copy_rotate.cpp429 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
435 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
H A Dlpe-mirror_symmetry.cpp334 c->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
H A Dlpe-knot.cpp625 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
/inkscape/src/
H A Dknot-holder-entity.h55 Inkscape::ControlType type = Inkscape::CTRL_TYPE_UNKNOWN,
/inkscape/src/live_effects/parameter/
H A Dvector.cpp194 origin_e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, handleTip(), ori_knot_shape, ori_knot_mode, ori_knot_color);
198 vector_e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, handleTip(), vec_knot_shape, vec_knot_mode, vec_knot_color);
H A Dtransformedpoint.cpp165 vector_e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, handleTip(), vec_knot_shape, vec_knot_mode, vec_knot_color);
H A Dpowerstrokepointarray.cpp238 e->create( this->desktop, this->item, parent_holder, Inkscape::CTRL_TYPE_UNKNOWN,
255 e->create( desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN,
H A Dpoint.cpp210 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, handleTip(), knot_shape, knot_mode, knot_color);
H A Dfilletchamferpointarray.cpp857 e->create(desktop, item, knotholder, Inkscape::CTRL_TYPE_UNKNOWN, _(tip),
/inkscape/src/ui/tool/
H A Dcontrol-point.cpp567 if (_canvas_item->ctrlType != CTRL_TYPE_UNKNOWN) {
/inkscape/src/display/
H A Dsp-canvas.cpp217 item->ctrlType = Inkscape::CTRL_TYPE_UNKNOWN;

Completed in 58 milliseconds