Searched defs:path (Results 1 - 25 of 127) sorted by relevance

123456

/inkscape/src/live_effects/
H A Dlpe-test-doEffect-stack.h19 #include "live_effects/parameter/path.h"
36 PathParam path; member in class:Inkscape::LivePathEffect::LPEdoEffectStackTest
H A Dlpe-interpolate_points.cpp3 * Interpolates between knots of the input path.
16 #include <2geom/path.h>
38 _("Determines which kind of interpolator will be used to interpolate between stroke width along the path"),
66 g_warning("Interpolate points LPE currently ignores whether path is closed or not.");
76 Geom::Path path = interpolator->interpolateToPath(pts); local
78 path_out.push_back(path);
H A Dspiro-converters.cpp10 #include <2geom/path.h>
73 ConverterPath::ConverterPath(Geom::Path &path) argument
74 : _path(path)
H A Dlpe-spiro.cpp47 // Make copy of old path as it is changed during processing
52 Spiro::spiro_cp *path = g_new (Spiro::spiro_cp, len); local
59 // start of path
62 path[ip].x = p[X];
63 path[ip].y = p[Y];
64 path[ip].ty = '{' ; // for closed paths, this is overwritten
79 path[ip].x = p[X];
80 path[ip].y = p[Y];
92 path[ip].ty = ']';
94 path[i
[all...]
/inkscape/src/svg/
H A Dtest-stubs.cpp24 prefs_set_int_attribute(gchar const *path, gchar const *attr, long long int val) argument
26 int_prefs[std::string(path) + '/' + std::string(attr)] = val;
30 prefs_get_int_attribute(gchar const *path, gchar const *attr, long long int def) argument
32 std::map<std::string,long long int>::const_iterator it=int_prefs.find(std::string(path) + '/' + std::string(attr));
/inkscape/src/io/
H A Dresource.cpp20 #include "path-prefix.h"
32 gchar *path=NULL; local
51 path = g_strdup(temp);
61 path = g_strdup(temp);
76 path = Inkscape::Application::profile_path(name);
81 gchar *temp=g_build_filename(path, filename, NULL);
82 g_free(path);
83 path = temp;
86 Util::ptr_shared<char> result=Util::share_string(path);
87 g_free(path);
[all...]
H A Dstreamtest.cpp19 // names and path storage for other tests
190 void path_init(char *path, char *name) argument
197 strncpy(path,myself,PATH_MAX);
198 char * ptr = strrchr(path,'/');
201 printf("path '%s' is missing any slashes\n",path);
205 path[PATH_MAX-1] = '\0';
206 printf("'%s'\n",path);
/inkscape/src/2geom/
H A Dpath-sink.cpp2 * callback interface for SVG path data
32 #include <2geom/path-sink.h>
44 void PathSink::feed(Path const &path) { argument
46 moveTo(path.front().initialPoint());
49 Path::const_iterator iter = path.begin(), last = path.end_open();
53 if (path.closed()) {
/inkscape/src/
H A Dpreferences-test.h18 TestObserver(Glib::ustring const &path) : argument
19 Inkscape::Preferences::Observer(path),
54 TS_ASSERT_EQUALS(prefs->getInt("/this/path/does/not/exist", 123), 123);
72 Glib::ustring const path = "/some/random/path"; member in class:PreferencesTest::Glib
75 prefs->setInt(path, 5);
79 prefs->setInt(path, 10);
81 prefs->setInt("/some/other/random/path", 10);
85 prefs->setInt(path, 15);
91 Glib::ustring const path member in class:PreferencesTest::Glib
[all...]
H A Ddir-util.cpp12 std::string sp_relative_path_from_path( std::string const &path, std::string const &base) argument
15 if ( !base.empty() && !path.empty() ) {
23 if ( (path.substr(0, base_len) == base.substr(0, base_len))
24 && (path[base_len] == G_DIR_SEPARATOR))
27 while ( (retPos < path.length()) && (path[retPos] == G_DIR_SEPARATOR) ) {
30 if ( (retPos + 1) < path.length() ) {
31 result = path.substr(retPos);
37 result = path;
42 char const *sp_extension_from_path(char const *const path) argument
64 inkscape_rel2abs(const char *path, const char *base, char *result, const size_t size) argument
150 inkscape_abs2rel(const char *path, const char *base, char *result, const size_t size) argument
[all...]
H A Dregistrytool.cpp107 Glib::ustring &path,
118 path = "";
123 path = fullPath.substr(0, pos);
135 Glib::ustring path; local
138 if (!getExeInfo(fullPath, path, exeName))
141 //printf("full:'%s' path:'%s' exe:'%s'\n",
142 // fullPath.c_str(), path.c_str(), exeName.c_str());
155 Glib::ustring appPath = path;
157 appPath.append(path);
106 getExeInfo(Glib::ustring &fullPath, Glib::ustring &path, Glib::ustring &exeName) argument
/inkscape/src/extension/
H A Dloader.cpp76 // build the path where to look for the plugin
77 gchar *path = g_build_filename(_baseDirectory.c_str(), name, (char *) NULL); local
78 module = g_module_open(path, G_MODULE_BIND_LOCAL);
79 g_free(path);
H A Dpatheffect.cpp31 PathEffect::processPath (SPDocument * /*doc*/, Inkscape::XML::Node * /*path*/, Inkscape::XML::Node * /*def*/)
38 PathEffect::processPathEffects (SPDocument * doc, Inkscape::XML::Node * path) argument
40 gchar const * patheffectlist = path->attribute("inkscape:path-effects");
68 peffect->processPath(doc, path, prefs);
H A Ddependency.cpp19 #include "path-prefix.h"
36 "path",
128 path is used to find the file. Each entry in the path is stepped
131 path then a FALSE is returned, the command could not be found.
171 /* The default case is to look in the path */
174 gchar * path = g_strdup(g_getenv("PATH")); local
176 if (path == NULL) {
178 The default search path is the current directory */
179 path
[all...]
/inkscape/src/libdepixelize/priv/
H A Dsplines-kopf2011.h119 Path path; local
121 path.pathVector
127 path.pathVector.back()
132 path.rgba[i] = it->rgba[i];
134 _paths.push_back(path);
H A Doptimization-kopf2011.h189 std::vector< Point<T> > optimize(const std::vector< Point<T> > &path) argument
193 Path ret = path;
207 * smallest path has size 4. */
230 T p = positional_energy(guess, path[j]);
235 + positional_energy(ret[j], path[j]);
/inkscape/src/ui/tool/
H A Dcurve-drag-point.cpp15 #include "ui/tool/multi-path-manipulator.h"
16 #include "ui/tool/path-manipulator.h"
84 SPItem *path = static_cast<SPItem *>(_pm._path); local
85 m.setup(_desktop, true, path); // We will not try to snap to "path" itself
139 // the next iterator can be invalid if we click very near the end of path
/inkscape/src/ui/tools/
H A Ddynamic-base.cpp98 Glib::ustring path = value.getEntryName(); local
108 if (path == "mass") {
110 } else if (path == "wiggle") {
112 } else if (path == "angle") {
114 } else if (path == "width") {
116 } else if (path == "thinning") {
118 } else if (path == "tremor") {
120 } else if (path == "flatness") {
122 } else if (path == "usepressure") {
124 } else if (path
[all...]
/inkscape/src/ui/widget/
H A Dimagetoggler.cpp132 const Glib::ustring& path,
138 _signal_toggled.emit(path);
130 activate_vfunc(GdkEvent* event, Gtk::Widget& , const Glib::ustring& path, const Gdk::Rectangle& , const Gdk::Rectangle& , Gtk::CellRendererState ) argument
H A Dlayertypeicon.cpp143 const Glib::ustring& path,
149 _signal_toggled.emit(path);
141 activate_vfunc(GdkEvent* event, Gtk::Widget& , const Glib::ustring& path, const Gdk::Rectangle& , const Gdk::Rectangle& , Gtk::CellRendererState ) argument
/inkscape/share/extensions/
H A DjessyInk_export.py20 sys.path.append('/usr/share/inkscape/extensions')
22 sys.path.append('/Applications/Inkscape.app/Contents/Resources/extensions')
24 sys.path.append('C:\Program Files\Inkscape\share\extensions')
26 import inkex, os.path namespace
152 for infile in glob.glob(os.path.join(tempfile.gettempdir(), 'jessyInk__*')):
H A Dsvg_and_media_zip_output.py10 * Fix for a bug related to special caracters in the path (LP #456248).
42 import os, os.path namespace
112 href = urllib.url2pathname(url.path)
115 absref = os.path.realpath(href)
118 image_path = os.path.join(dir, os.path.basename(absref))
120 if (os.path.isfile(absref)):
123 elif (os.path.isfile(os.path.join(self.tmp_dir, absref))):
125 shutil.copy(os.path
[all...]
/inkscape/src/display/
H A Ddrawing-context.cpp117 void DrawingContext::path(Geom::PathVector const &pv) { function in class:Inkscape::DrawingContext
/inkscape/src/extension/dbus/
H A Ddbus-init.cpp80 const gchar *path)
84 dbus_g_connection_register_g_object (connection, path, object);
90 * Return the DBus path to the interface (something like /org/inkscape/document_0).
76 dbus_register_object(DBusGConnection *connection, DBusGProxy *proxy, GType object_type, const DBusGObjectInfo *info, const gchar *path) argument
/inkscape/src/ui/dialog/
H A Dtemplate-load-tab.h40 std::string path; member in struct:Inkscape::UI::TemplateLoadTab::TemplateData

Completed in 67 milliseconds

123456