Searched refs:original (Results 1 - 16 of 16) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Doriginalpath.cpp70 { // Select original button
71 Gtk::Widget *pIcon = Gtk::manage( sp_icon_get_icon("edit-select-original", Inkscape::ICON_SIZE_BUTTON) );
79 pButton->set_tooltip_text(_("Select original"));
123 SPItem *original = ref.getObject(); local
124 if (desktop == NULL || original == NULL) {
129 selection->set(original);
/inkscape/src/live_effects/
H A Dlpe-mirror_symmetry.cpp73 discard_orig_path(_("Discard original path?"), _("Check this to only keep the mirrored part of the path"), "discard_orig_path", &wr, this, false),
74 fuse_paths(_("Fuse paths"), _("Fuse original and the reflection into a single path"), "fuse_paths", &wr, this, false),
75 oposite_fuse(_("Oposite fuse"), _("Picks the other side of the mirror as the original"), "oposite_fuse", &wr, this, false),
217 Geom::Path original = *path_it; local
219 original.close(false);
220 original.appendNew<Geom::LineSegment>( original.initialPoint() );
221 original.close(true);
233 Geom::Crossings cs = crossings(original, divider);
242 Geom::Path portion = original
[all...]
H A Dlpe-copy_rotate.cpp67 num_copies(_("Number of copies:"), _("Number of copies of the original path"), "num_copies", &wr, this, 6),
167 Geom::Path original = path_on[0]; local
169 Geom::Crossings cs = crossings(original,divider);
180 Geom::Path portion_original = original.portion(time_start,time_end);
194 position = Geom::sgn(Geom::cross(divider[1].finalPoint() - divider[0].finalPoint(), original.finalPoint() - divider[0].finalPoint()));
196 position = pointInTriangle(original.finalPoint(), divider.initialPoint(), divider[0].finalPoint(), divider[1].finalPoint());
199 Geom::Path portion_original = original.portion(time_start, original.size());
201 if (!original.closed()) {
216 tmp_path.push_back(original);
228 Geom::Path original = *path_it; local
379 Geom::Path original = (Geom::Path)(*path_it); local
[all...]
H A Dlpe-transform_2pts.cpp32 from_original_width(_("From original width"), _("From original width"), "from_original_width", &wr, this, false,"", INKSCAPE_ICON("on"), INKSCAPE_ICON("off")),
364 Geom::Ray original(point_a,point_b);
366 double rot = transformed.angle() - original.angle();
371 Geom::Angle original_angle = original.angle();
H A Dlpe-roughen.cpp9 * original extensions authors.
239 Geom::Curve const * original = nCurve->last_segment()->duplicate() ; member in class:Inkscape::LivePathEffect::Geom
252 double time = Geom::nearest_time(original->pointAt((1. / (double)splits) * t), *nCurve->last_segment());
/inkscape/src/
H A Dsp-offset.h27 * An offset is defined by curve and radius. The original curve is kept as
28 * a path in a sodipodi:original attribute. It's not possible to change
29 * the original curve.
37 * it's stored in a "inkscape:original" attribute in the path. In case of
41 * rebuild the "inkscape:original" whenever the href'd object changes. This
58 char *original; ///< SVG description of the source path member in class:SPOffset
H A Dsp-root.h36 } version, original; member in class:SPRoot
H A Dsp-root.cpp37 sp_version_from_string(SVG_VERSION, &this->original.svg);
39 this->original.svg = zero_version;
41 this->original.inkscape = zero_version;
100 this->version.svg = this->original.svg;
106 this->version.inkscape = this->original.inkscape;
H A Dsp-use-reference.cpp33 static void sp_usepath_move_compensate(Geom::Affine const *mp, SPItem *original, SPUsePath *self);
131 sp_usepath_move_compensate(Geom::Affine const *mp, SPItem *original, SPUsePath *self) argument
166 (void)original;
H A Dsp-offset.cpp55 * it's stored in a "inkscape:original" attribute in the path. In case of
59 * rebuild the "inkscape:original" whenever the href'd object changes. This
76 static void sp_offset_move_compensate(Geom::Affine const *mp, SPItem *original, SPOffset *self);
92 this->original = NULL;
132 if (this->getRepr()->attribute("inkscape:original")) {
133 this->readAttr( "inkscape:original" );
135 gchar const *oldA = this->getRepr()->attribute("sodipodi:original");
136 this->getRepr()->setAttribute("inkscape:original",oldA);
137 this->getRepr()->setAttribute("sodipodi:original",NULL);
139 this->readAttr( "inkscape:original" );
[all...]
H A Dselection-chemistry.cpp713 // At this point, current may already have no item, due to its being a clone whose original is already moved away
720 // FIXME: when moving both clone and original from a transformed group (either by
721 // grouping into another parent, or by cut/paste) the transform from the original's
722 // parent becomes embedded into original itself, and this affects its clones. Fix
724 // then, if this is clone, looking up its original in that array and pre-multiplying
725 // it by the inverse of that original's transform diff.
859 SPItem *original = use; local
860 while (dynamic_cast<SPUse *>(original)) {
861 original = dynamic_cast<SPUse *>(original)
2776 SPItem *original = NULL; local
[all...]
/inkscape/src/libgdl/
H A Dgdl-dock.h68 GtkWidget *gdl_dock_new_from (GdlDock *original,
H A Dgdl-dock.c1031 gdl_dock_new_from (GdlDock *original, argument
1036 g_return_val_if_fail (original != NULL, NULL);
1039 "master", GDL_DOCK_OBJECT_GET_MASTER (original),
/inkscape/share/extensions/
H A Dinkex.py270 original = etree.tostring(self.original_document)
272 if original != result:
/inkscape/src/ui/dialog/
H A Dclonetiler.h65 static void clonetiler_trace_setup(SPDocument *doc, gdouble zoom, SPItem *original);
H A Dclonetiler.cpp665 color_picker = new Inkscape::UI::Widget::ColorPicker (*new Glib::ustring(_("Initial color of tiled clones")), *new Glib::ustring(_("Initial color for clones (works only if the original has unset fill or stroke or on spray tool in copy mode)")), rgba, false);
982 gtk_widget_set_tooltip_text (b, _("Each clone is painted by the picked color (the original must have unset fill or stroke)"));
1531 // Scale (times the original) -----------
2048 item->invoke_hide(trace_visionkey); // FIXME: hide each tiled clone's original too!
2054 void CloneTiler::clonetiler_trace_setup(SPDocument *doc, gdouble zoom, SPItem *original) argument
2062 // hide the (current) original and any tiled clones, we only want to pick the background
2063 original->invoke_hide(trace_visionkey);
2124 std::vector<SPItem*> to_unclump; // not including the original
2424 // Note: We create a clone at 0,0 too, right over the original, in case our clones are colored
2628 // add the new clone to the top of the original'
[all...]

Completed in 104 milliseconds