/inkscape/packaging/wix/ |
H A D | version.py | 42 items = line.split()
53 items = line.split()
55 veritems = items[1].split(',')
|
/inkscape/src/2geom/ |
H A D | crossing.cpp | 153 Crossings reverse_tb(Crossings const &cr, unsigned split, std::vector<double> max) { argument 156 double mx = max[i->b - split]; 163 CrossingSet reverse_ta(CrossingSet const &cr, unsigned split, std::vector<double> max) { argument 167 if(i < split) std::reverse(res.begin(), res.end()); 173 CrossingSet reverse_tb(CrossingSet const &cr, unsigned split, std::vector<double> max) { argument 176 Crossings res = reverse_tb(cr[i], split, max); 177 if(i >= split) std::reverse(res.begin(), res.end());
|
H A D | conic_section_clipper_impl.h | 135 std::list<Point>::iterator split (std::list<Point> & points, 259 std::list<Point>::iterator CLIPPER_CLASS::split (std::list<Point> & points, function in class:Geom::CLIPPER_CLASS 265 //std::cerr << "CLIP: split: [" << *sp << ", " << *ip << ", " 288 //DBGINFO("CLIP: split: no further split") 292 std::list<Point>::iterator ip = split (points, sp, fp); 315 std::list<Point>::iterator ip = split (points, sp, fp); 322 //DBGINFO("CLIP: split: no further split")
|
H A D | recursive-bezier-intersection.cpp | 24 void split(double t, OldBezier &a, OldBezier &b) const; 76 * split the curve at the midpoint, returning an array with the two parts 80 void OldBezier::split(double t, OldBezier &left, OldBezier &right) const { function in class:Geom::OldBezier 107 * split the curve at the midpoint, returning an array with the two parts 227 a.split(0.5, A[0], A[1]); 233 b.split(0.5, B[0], B[1]); 269 b.split(0.5, B[0], B[1]);
|
H A D | crossing.h | 194 Crossings reverse_tb(Crossings const &cr, unsigned split, std::vector<double> max); 195 CrossingSet reverse_ta(CrossingSet const &cr, unsigned split, std::vector<double> max); 196 CrossingSet reverse_tb(CrossingSet const &cr, unsigned split, std::vector<double> max);
|
/inkscape/share/extensions/ |
H A D | simplestyle.py | 179 return dict([[x.strip() for x in i.split(":")] for i in s.split(";") if len(i.strip())]) 205 numbers = [number.strip() for number in tmp.split(',')]
|
H A D | gimp_xcf.py | 85 pageHeight = int(self.unittouu(self.xpathSingle('/svg:svg/@height').split('.')[0])) 86 pageWidth = int(self.unittouu(self.xpathSingle('/svg:svg/@width').split('.')[0])) 101 pos = int(guideNode.get('position').split(',')[1].split('.')[0]) 108 pos = int(guideNode.get('position').split(',')[0].split('.')[0])
|
H A D | merge_styles.py | 37 for name,value in [ a.split(':',1) for a in attr.split(';') if ':' in a ]: 125 olds = el.attrib.has_key('class') and el.attrib['class'].split() or []
|
H A D | hpgl_decoder.py | 56 hpglData = self.hpglString.split(';') 80 # split params and sanity check them 81 parameters = parameters.strip().split(',')
|
H A D | jessyInk_view.py | 33 propList = str.split(";") 43 keyValue = prop.split(":")
|
H A D | export_gimp_palette.py | 52 print 'GIMP Palette\nName: %s\n#' % (dom.getElementsByTagName('svg')[0].getAttribute(DOCNAME).split('.')[0])
|
H A D | layers2svgfont.py | 34 return int(guide.get("position").split(",")[index]) 84 unicode_char = label.split("GlyphLayer-")[1]
|
H A D | lindenmayer.py | 66 self.rules = dict([map(stripme, i.split("=")) for i in self.options.rules.upper().split(";") if i.count("=")==1])
|
H A D | jessyInk_export.py | 39 for prop in inStr.split(";"): 40 values = prop.split(":")
|
H A D | ink2canvas.py | 38 return node.tag.split("}")[1]
|
H A D | inkweb.js | 95 conf.att = conf.att.split( /\s+/ ); 118 conf.att = conf.att.split( /\s+/ ); 119 conf.val = conf.val.split( /\s+/ );
|
H A D | webslicer_export.py | 191 for line in desc.text.split("\n"): 193 line = line.split(':') 307 for el in output.split('\n'): 308 el = el.split(',') 348 dim = conf['dimension'].split('x')
|
/inkscape/src/libvpsc/ |
H A D | blocks.h | 56 void split(Block *b, Block *&l, Block *&r, Constraint *c);
|
H A D | block.h | 42 * that most wants to split 71 void split(Block *&l, Block *&r, Constraint *c); 74 * Block needs to be split because of a violated constraint between vl and vr. 76 * with min lagrangrian multiplier and split at that point. 77 * Returns the split constraint
|
/inkscape/src/widgets/ |
H A D | eraser-toolbar.cpp | 75 GtkAction *split = GTK_ACTION( g_object_get_data(tbl, "split") ); local 79 gtk_action_set_visible( split, TRUE ); 83 gtk_action_set_visible( split, FALSE ); 191 g_object_set_data( holder, "split", act ); 195 GtkAction *split = GTK_ACTION( g_object_get_data(holder, "split") ); local 199 gtk_action_set_visible( split, TRUE ); 203 gtk_action_set_visible( split, FALSE );
|
/inkscape/share/extensions/test/ |
H A D | render_barcode.test.py | 27 (btype, text, code) = line.split(':')
|
/inkscape/src/live_effects/ |
H A D | lpe-copy_rotate.h | 38 virtual void split(Geom::PathVector &path_in, Geom::Path const ÷r);
|
/inkscape/CMakeScripts/ |
H A D | cmake_consistency_check.py | 98 if len(l.split()) > 1: 155 if not l.split("}")[0].endswith(context_name): 157 elif len(l.split()) > 1: 270 out2_dir, out2_file = out2 = os.path.split(out2)
|
/inkscape/src/ |
H A D | layer-manager.cpp | 172 Glib::ustring split(" "); 188 split = ""; 207 result = Glib::ustring::format(base, split, i);
|
/inkscape/src/display/ |
H A D | curve.h | 79 GSList * split() const;
|