Searched defs:inkscape (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-root.h35 Inkscape::Version inkscape; member in struct:SPRoot::__anon431
H A Dwinconsole.cpp17 * executables. The first one, inkscape.exe, is the GUI application.
19 * called inkscape.com, is a small helper application contained in
23 * Note that inkscape.com has nothing to do with "compact executables"
26 * so when you type "inkscape" into the command prompt, inkscape.com
82 // handles we'll pass to inkscape.exe
94 WCHAR *inkscape = reinterpret_cast<WCHAR*>(LocalAlloc(LMEM_FIXED, pathbuf * sizeof(WCHAR))); local
95 GetModuleFileNameW(NULL, inkscape, pathbuf);
96 WCHAR *dot_index = wcsrchr(inkscape, L'.');
99 // we simply reuse our own command line for inkscape
[all...]
/inkscape/share/extensions/
H A Dgenerate_voronoi.py35 inkex.errormsg(_("Failed to import the subprocess module. Please report this as a bug at: https://bugs.launchpad.net/inkscape.")) namespace
101 p = Popen('inkscape --query-%s --query-id=%s "%s"' % (query, self.options.ids[0], self.args[-1]), shell=True, stdout=PIPE, stderr=PIPE)

Completed in 3694 milliseconds