/inkscape/share/extensions/ |
H A D | ps2pdf-ext.py | 27 cmd = 'ps2pdf' variable 28 if (sys.argv[1] == "--dEPSCrop=true"): cmd += ' -dEPSCrop ' 30 run((cmd+' "%s" "%%s"') % sys.argv[-1].replace("%","%%"), "ps2pdf")
|
H A D | plt_output.py | 27 cmd = get_command() variable 28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".plt")
|
H A D | sk1_output.py | 27 cmd = get_command() variable 28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".sk1")
|
H A D | wmf_output.py | 27 cmd = get_command() variable 28 run((cmd + ' "%s" ') % sys.argv[1], "UniConvertor", ".wmf")
|
H A D | uniconv-ext.py | 31 cmd = None variable 37 cmd = 'uniconvertor' variable 41 cmd = 'uniconv' variable 45 if p!=32512 : cmd = 'uniconv' 47 if p!=32512 : cmd = 'uniconvertor' 49 if cmd == None: 62 cmd = 'python -c "import uniconvertor; uniconvertor.uniconv_run()"' variable 64 run((cmd+' "%s" "%%s"') % sys.argv[1].replace("%","%%"), "UniConvertor")
|
H A D | handles.py | 29 for cmd,params in p: 30 if cmd == 'C': 33 if cmd == 'Q': 37 if cmd == 'M': 40 if cmd == 'Z':
|
H A D | motion.py | 33 def makeface(self,last,(cmd, params)): 36 a.append([cmd, params[:]]) 40 defs = simplepath.pathdefs[cmd] 51 if cmd == 'C': 53 a.append([cmd,np[:]]) 76 for cmd,params in p: 78 if cmd == 'C': 84 if len(tees) == 0 and cmd in ['L','C']: 85 segments.append([cmd,params[:]]) 88 segments.append([cmd,lis [all...] |
H A D | flatten.py | 38 cmd = 'L' 40 cmd = 'M' 42 np.append([cmd,[csp[1][0],csp[1][1]]])
|
H A D | uniconv_output.py | 97 cmd = None 103 cmd = 'uniconvertor' 107 cmd = 'uniconv' 111 if p!=32512 : cmd = 'uniconv' 113 if p!=32512 : cmd = 'uniconvertor' 115 if cmd == None: 128 cmd = 'python -c "import uniconvertor; uniconvertor.uniconv_run();"' 130 return cmd
|
H A D | straightseg.py | 45 for cmd,params in p: 46 if cmd == 'C': 57 elif cmd == 'Q': 60 if cmd == 'M': 62 if cmd == 'Z':
|
H A D | simplepath.py | 167 return "".join([cmd + " ".join([str(p) for p in params]) for cmd, params in a]) 170 for cmd,params in p: 171 defs = pathdefs[cmd] 179 for cmd,params in p: 180 defs = pathdefs[cmd] 198 for cmd,params in p: 199 defs = pathdefs[cmd]
|
H A D | render_alphabetsoup.py | 78 cmd = last[0] 79 if cmd == 'C': 90 cmd, params = p 91 if cmd == 'Z': 100 for cmd,params in sp: 101 defs = simplepath.pathdefs[cmd] 107 for cmd,params in sp: 108 defs = simplepath.pathdefs[cmd] 159 for cmd,params in sp: 163 if cmd [all...] |
H A D | cubicsuperpath.py | 107 cmd, params = s 108 if cmd == 'M': 116 elif cmd == 'L': 120 elif cmd == 'C': 124 elif cmd == 'Q': 139 elif cmd == 'A': 145 elif cmd == 'Z':
|
H A D | dots.py | 93 for cmd,params in p: 94 if cmd != 'Z' and cmd != 'z':
|
H A D | fractalize.py | 65 for cmd,params in p: 66 if cmd != 'Z':
|
H A D | hpgl_encoder.py | 243 cmd = 'PU' 248 self.processOffset(cmd, posX, posY, pen) 249 cmd = 'PD' 264 self.processOffset(cmd, newLength[0], newLength[1], pen) 267 self.processOffset(cmd, posX, posY, pen) 286 def processOffset(self, cmd, posX, posY, pen): 289 self.storePoint(cmd, posX, posY, pen) 293 self.vData.insert(3, [cmd, posX, posY, pen])
|
H A D | edge3d.py | 91 for cmd,params in p: 92 if cmd == 'Z': 101 result.append((cmd, params))
|
H A D | simplepath.rb | 163 a.map { |cmd,params| "#{cmd} #{params.join(' ')}" }.join 167 p.each do |cmd,params| 168 coord_types = PATHDEFS[cmd].coord_types
|
H A D | synfig_prepare.py | 62 def set_init_args(self, cmd): 68 self.init_args = cmd 131 cmd = self.init_args + " " + self.command + "--verb=FileSave --verb=FileQuit" 133 p = Popen('inkscape "%s" %s' % (filename, cmd), shell=True, stdout=PIPE, stderr=PIPE) 138 _, f, err = os.popen3( "inkscape %s %s" % ( filename, cmd ) )
|
H A D | webslicer_export.py | 85 def get_cmd_output(self, cmd): 91 if sys.platform != "win32": cmd = '{ '+ cmd +'; }' 92 pipe = os.popen(cmd +' 2>&1', 'r')
|
/inkscape/src/ |
H A D | winconsole.cpp | 7 * prompt (cmd.exe), and whatever you write to standard output 25 * is that cmd.exe picks .com over .exe when both are present in PATH, 101 WCHAR *cmd = GetCommandLineW(); local 124 cmd, // command line as a single string
|
/inkscape/ |
H A D | buildtool.cpp | 3469 String cmd = "bzr revno"; local 3472 bool ret = executeCommand(cmd.c_str(), "", outString, errString); 3475 error("error executing '%s': %s", cmd.c_str(), errString.c_str()); 3499 String cmd = "svn info --xml"; 3502 bool ret = executeCommand(cmd.c_str(), "", outString, errString); 3505 error("error executing '%s': %s", cmd.c_str(), errString.c_str()); 3942 // status("============ cmd ============\n%s\n=============================", 3951 read buffer in command.com and cmd.exe are just too small 4139 status("============ cmd ============\n%s\n=============================", 6904 String cmd local 7325 String cmd = parent.eval(commandOpt, "cxxtestgen.py"); local 7423 String cmd = parent.eval(commandOpt, "cxxtestgen.py"); local 7541 String cmd = rawCmd; local 7767 String cmd = command; local 7839 String cmd = command; local 7992 String cmd = command; local 8313 String cmd = command; local 8504 String cmd = command; local 8663 String cmd = "dllwrap"; local 8798 String cmd = command; local 8881 String cmd; local [all...] |
/inkscape/src/2geom/ |
H A D | svg-path-writer.h | 92 void _setCommand(char cmd);
|
H A D | svg-path-writer.cpp | 251 void SVGPathWriter::_setCommand(char cmd) argument 253 if (_command != 0 && _command != cmd) { 256 _command = cmd;
|
/inkscape/src/extension/dbus/ |
H A D | document-interface.cpp | 1319 document_interface_selection_combine (DocumentInterface *doc_interface, gchar *cmd, char ***newpaths, argument 1322 if (strcmp(cmd, "union") == 0) 1324 else if (strcmp(cmd, "intersection") == 0) 1326 else if (strcmp(cmd, "difference") == 0) 1328 else if (strcmp(cmd, "exclusion") == 0) 1330 else if (strcmp(cmd, "division") == 0) 1341 document_interface_selection_change_level (DocumentInterface *doc_interface, gchar *cmd, argument 1344 if (strcmp(cmd, "raise") == 0) 1346 if (strcmp(cmd, "lower") == 0) 1348 if ((strcmp(cmd, "to_to 1387 document_interface_layer_change_level(DocumentInterface *doc_interface, gchar *cmd, GError **error) argument [all...] |