/inkscape/share/extensions/Barcode/ |
H A D | Ean2.py | 35 self.text = ' '.join(self.space(number)) 37 return START + '01'.join(self.encode_interleaved(family, number, FAMS))
|
H A D | Ean5.py | 35 self.text = ' '.join(self.space(number)) 37 return START + '01'.join(self.encode_interleaved(family, number, FAMS))
|
H A D | BaseEan.py | 111 (len(code), ', '.join([str(length) for length in lengths]))) 132 return ''.join(parts)
|
/inkscape/src/helper/ |
H A D | geom-pathstroke.h | 42 * @param[in] miter Miter limit. Only used when @a join is one of JOIN_MITER, JOIN_MITER_CLIP, and JOIN_EXTRAPOLATE. 43 * @param[in] join Line join type used during offset. Member of LineJoinType enum. 50 Geom::PathVector outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL, LineCapType cap = BUTT_FLAT); 58 * @param[in] miter Miter limit. Only used when @a join is one of JOIN_MITER, JOIN_MITER_CLIP, and JOIN_EXTRAPOLATE. 59 * @param[in] join Line join type used during offset. Member of LineJoinType enum. 63 Geom::Path half_outline(Geom::Path const& input, double width, double miter, LineJoinType join = JOIN_BEVEL); 66 * Builds a join on the provided path. 69 * @param[inout] res The path to build the join o [all...] |
/inkscape/CMakeScripts/ |
H A D | cmake_consistency_check_config.py | 59 SOURCE_DIR = os.path.normpath(os.path.abspath(os.path.normpath(os.path.join(os.path.dirname(__file__), ".."))))
|
/inkscape/share/extensions/ |
H A D | eqtexsvg.py | 100 latex_file = os.path.join(base_dir, "eq.tex") 101 aux_file = os.path.join(base_dir, "eq.aux") 102 log_file = os.path.join(base_dir, "eq.log") 103 ps_file = os.path.join(base_dir, "eq.ps") 104 dvi_file = os.path.join(base_dir, "eq.dvi") 105 svg_file = os.path.join(base_dir, "eq.svg") 106 out_file = os.path.join(base_dir, "eq.out") 107 err_file = os.path.join(base_dir, "eq.err")
|
H A D | dm2svg.py | 73 points = ' '.join(','.join(map(str, e)) for e in coords)
|
H A D | extractimage.py | 65 path = os.path.join(os.environ['USERPROFILE'],path) 67 path = os.path.join(os.path.expanduser("~"),path)
|
H A D | svg_and_media_zip_output.py | 118 image_path = os.path.join(dir, os.path.basename(absref)) 123 elif (os.path.isfile(os.path.join(self.tmp_dir, absref))): 125 shutil.copy(os.path.join(self.tmp_dir, absref), self.tmp_dir) 126 z.write(os.path.join(self.tmp_dir, absref), image_path.encode(self.encoding)) 138 dst_file = os.path.join(self.tmp_dir, docstripped) 190 dst_file = os.path.join(self.tmp_dir, filename) 198 stream.write(_("Found the following fonts:\n%s") % '\n'.join(findings)) 216 self.zip_file = os.path.join(self.tmp_dir, docstripped) + '.zip'
|
H A D | gimp_xcf.py | 113 hGList = ' '.join(hGuides) 114 vGList = ' '.join(vGuides) 161 filename = os.path.join(self.tmp_dir, "%s.png" % id) 187 filelist = '"%s"' % '" "'.join(pngs) 188 namelist = '"%s"' % '" "'.join(names) 189 xcf = os.path.join(self.tmp_dir, "%s.xcf" % docname) 243 junk = os.path.join(self.tmp_dir, 'junk_from_gimp.txt')
|
H A D | webslicer_effect.py | 60 return "\n".join( conf_list )
|
H A D | jessyInk_mouseHandler.py | 57 scriptElm.text = open(os.path.join(os.path.dirname(__file__), "jessyInk_core_mouseHandler_noclick.js")).read() 65 scriptElm.text = open(os.path.join(os.path.dirname(__file__), "jessyInk_core_mouseHandler_zoomControl.js")).read()
|
H A D | pturtle.py | 60 self.__path += "M"+",".join([str(i) for i in self.__pos]) 64 self.__path += "L"+",".join([str(i) for i in self.__pos])
|
H A D | inkwebeffect.py | 34 js = open( os.path.join(sys.path[0], "inkweb.js"), 'r' )
|
H A D | hpgl_input.py | 49 hpglString = ';'.join(hpglString)
|
H A D | merge_styles.py | 44 return " " + "\n ".join(self.entries()) 128 el.attrib['class'] = ' '.join(olds)
|
H A D | simplestyle.py | 183 return ";".join([att+":"+str(val) for att,val in a.iteritems()])
|
H A D | web-set-att.py | 74 evCode = "InkWeb.setAtt({el:['"+ "','".join(idTo) +"'], " + \
|
H A D | web-transmit-att.py | 71 "to:['"+ "','".join(idTo) +"'], " + \
|
/inkscape/packaging/wix/ |
H A D | files.py | 25 files = [ f for f in os.listdir(root) if os.path.isfile(os.path.join(root,f)) and f not in exclude] 27 file_key = os.path.join(root, file) 38 dirs = [ f for f in os.listdir(root) if os.path.isdir(os.path.join(root,f)) ] 44 directory(os.path.join(root, dir), directory_key, level + 1)
|
/inkscape/src/livarot/ |
H A D | PathStroke.cpp | 19 * each join) because these are all convex polygons, then transform in alpha values 41 void Path::Stroke(Shape *dest, bool doClose, double width, JoinType join, argument 73 DoStroke(lastM, lastP - lastM, dest, true, width, join, butt, miter, true); 75 DoStroke(lastM, lastP - lastM, dest, doClose, width, join, butt, miter, true); 94 void Path::DoStroke(int off, int N, Shape *dest, bool doClose, double width, JoinType join, argument 170 DoJoin(dest, width, join, curP, prevD, nextD, miter, prevLe, nextLe, start, last); 203 DoJoin(dest, width, join, curP, prevD, nextD, miter, prevLe, nextLe, nSt, nEn); 223 DoJoin(dest, width, join, curP, prevD, nextD, miter, prevLe, nextLe, nSt, nEn); 289 void Path::DoJoin (Shape *dest, double width, JoinType join, Geom::Point pos, Geom::Point prev, argument 310 if (join 413 DoLeftJoin(Shape * dest, double width, JoinType join, Geom::Point pos, Geom::Point prev, Geom::Point next, double miter, double , double , int &leftStNo, int &leftEnNo,int pathID,int pieceID,double tID) argument 557 DoRightJoin(Shape * dest, double width, JoinType join, Geom::Point pos, Geom::Point prev, Geom::Point next, double miter, double , double , int &rightStNo, int &rightEnNo,int pathID,int pieceID,double tID) argument [all...] |
H A D | Path.h | 141 // - stroke the path; usual parameters: type of cap=butt, type of join=join and miter (see LivarotDefs.h) 143 void Stroke(Shape *dest, bool doClose, double width, JoinType join, 149 void Outline(Path *dest, double width, JoinType join, ButtType butt, 153 void OutsideOutline(Path *dest, double width, JoinType join, ButtType butt, 157 void InsideOutline (Path * dest, double width, JoinType join, ButtType butt, 321 double tolerance, double width, JoinType join, 324 void DoStroke(int off, int N, Shape *dest, bool doClose, double width, JoinType join, 338 double width, JoinType join, double miter, int nType); 356 static void DoJoin (Shape * dest, double width, JoinType join, Geo [all...] |
H A D | PathOutline.cpp | 24 void Path::Outline(Path *dest, double width, JoinType join, ButtType butt, double miter) argument 151 join, butt, miter, true, false, endPos, endButt); 154 width, join, butt, miter, true, false, endPos, endButt); 158 join, butt, miter, false, false, endPos, endButt); 173 dest, calls, 0.0025 * width * width, width, join, butt, 201 Path::OutsideOutline (Path * dest, double width, JoinType join, ButtType butt, argument 221 dest, calls, 0.0025 * width * width, width, join, butt, 226 Path::InsideOutline (Path * dest, double width, JoinType join, ButtType butt, argument 326 width, join, butt, miter, true, false, 343 double tolerance, double width, JoinType join, 341 SubContractOutline(int off, int num_pd, Path *dest, outline_callbacks & calls, double tolerance, double width, JoinType join, ButtType , double miter, bool closeIfNeeded, bool skipMoveto, Geom::Point &lastP, Geom::Point &lastT) argument 1170 OutlineJoin(Path * dest, Geom::Point pos, Geom::Point stNor, Geom::Point enNor, double width, JoinType join, double miter, int nType) argument [all...] |
/inkscape/src/display/ |
H A D | canvas-bpath.h | 99 void sp_canvas_bpath_set_stroke (SPCanvasBPath *cbp, guint32 rgba, gdouble width, SPStrokeJoinType join, SPStrokeCapType cap, double dash=0, double gap=0);
|
/inkscape/src/live_effects/ |
H A D | lpe-dynastroke.cpp | 210 SBasis join = SBasis(2,Linear(0,1)); local 211 join[1] = Linear(1,1); 212 Piecewise<SBasis > factor_in = Piecewise<SBasis >(join); 220 join[0] = Linear(1,0); 221 join[1] = Linear(1,1); 226 factor_out.concat(Piecewise<SBasis >(join)); 229 factor_out = Piecewise<SBasis >(join);
|