Searched refs:perspective (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/test/
H A Dperspective.test.py3 Unit test file for ../perspective.py
17 from perspective import *
/inkscape/src/live_effects/
H A Dlpe-perspective_path.cpp3 * LPE perspective path effect implementation.
46 static Glib::ustring perspectiveID = _("First perspective");
106 void LPEPerspectivePath::refresh(Gtk::Entry* perspective) { argument
107 perspectiveID = perspective->get_text();
128 char *msg = _("First perspective selected");
132 perspectiveID = _("First perspective");
182 /* set perspective origin to first point of path */
235 Gtk::Entry* perspective = Gtk::manage(new Gtk::Entry()); local
236 perspective->set_text(perspectiveID);
237 perspective
[all...]
H A Dlpe-perspective_path.h2 * @brief LPE perspective path effect implementation
40 virtual void refresh(Gtk::Entry* perspective);

Completed in 19 milliseconds