Searched refs:get (Results 1 - 25 of 334) sorted by relevance

1234567891011>>

/inkscape/src/2geom/numeric/
H A Dsymmetric-matrix-fs-operation.h53 result.get<0,0>() = S.get<1,1>();
54 result.get<1,0>() = -S.get<1,0>();
55 result.get<1,1>() = S.get<0,0>();
65 result.get<0,0>() = S.get<1,1>() * S.get<2,2>() - S.get<
[all...]
H A Dsymmetric-matrix-fs-trace.h114 return (S.get<0,0>() + S.get<1,1>());
124 return (S.get<0,0>() * S.get<1,1>() - S.get<0,1>() * S.get<1,0>());
138 return (S.get<0,0>() + S.get<1,1>() + S.get<2,2>());
148 double a00 = S.get<
[all...]
/inkscape/share/extensions/
H A Dnext_glyph_layer.py36 if "GlyphLayer-" in g.get(inkex.addNS('label', 'inkscape')):
38 if g.get("style")=="display:inline":
H A Dprevious_glyph_layer.py36 if "GlyphLayer-" in g.get(inkex.addNS('label', 'inkscape')):
38 if g.get("style")=="display:inline":
H A Dsvgfont2layers.py60 setwidth = font.get("horiz-adv-x")
61 baseline = font.get("horiz-origin-y")
68 #fontfamily = fontface.get("font-family")
69 emsize = fontface.get("units-per-em")
72 caps = fontface.get("cap-height")
73 xheight = fontface.get("x-height")
74 ascender = fontface.get("ascent")
75 descender = fontface.get("descent")
88 unicode_char = glyph.get("unicode")
108 #use.set(inkex.addNS('href', 'xlink'), "#"+group.get("i
[all...]
H A Dink2canvas.py42 # get the gradient element
44 # get the color stops
45 url_stops = gradient.get(inkex.addNS("href", "xlink"))
49 colors.append(stop.get("style"))
50 if gradient.get("r"):
83 width = self.unittouu(svg_root.get("width"))
84 height = self.unittouu(svg_root.get("height"))
H A DjessyInk_summary.py68 if node.get("{" + inkex.NSS["jessyink"] + "}version"):
69 inkex.errormsg(_("JessyInk script version {0} installed.").format(node.get("{" + inkex.NSS["jessyink"] + "}version")))
77 if node.get("{" + inkex.NSS["jessyink"] + "}masterSlide"):
90 self.describeNode(slide, "\t", str(slideCounter), str(len(slides)), slide.get("{" + inkex.NSS["inkscape"] + "}label"))
94 inkex.errormsg(_(u"{0}Layer name: {1}").format(prefix, node.get("{" + inkex.NSS["inkscape"] + "}label")))
97 transitionInAttribute = node.get("{" + inkex.NSS["jessyink"] + "}transitionIn")
106 transitionOutAttribute = node.get("{" + inkex.NSS["jessyink"] + "}transitionOut")
123 inkex.errormsg(_("{0}\t\"{1}\" (object id \"{2}\") will be replaced by \"{3}\".").format(prefix, atNode.text, atNode.getparent().get("id"), autoTexts[atNode.get("{" + inkex.NSS["jessyink"] + "}autoText")]))
129 dictio = propListToDict(propStrToList(effectNode.get("{"
[all...]
H A Dpathmodifier.py50 theid = inNode.get("id")
77 clones[clone.get("id")]=clone
89 mat=parseTransform(node.get("transform"))
93 aList.update(self.expandGroups({child.get('id'):child}))
94 if transferTransform and node.get("transform"):
112 style = simplestyle.parseStyle(node.get('style') or "")
113 refstyle=simplestyle.parseStyle(refnode.get('style') or "")
117 newid=newnode.get('id')
122 if node.get('id'):
128 if node.get(inke
[all...]
H A Dsimpletransform.py107 trans = node.get('transform')
115 m=parseTransform(node.get("transform"))
132 if node.get('d')==None:
135 t = node.get("transform")
139 d = node.get('d')
209 m = parseTransform(node.get('transform'))
213 if node.get("d"):
214 d = node.get('d')
215 elif node.get('points'):
216 d = 'M' + node.get('point
[all...]
H A Dsplit.py58 fontsize = parseStyle(node.get("style"))["font-size"]
63 #selects the flowRegion's child (svg:rect) to get @X and @Y
64 id = node.get("id")
68 text.set("x", flowref.get("x"))
69 text.set("y", str(float(flowref.get("y")) + fs * count))
83 x = n.get("x") or node.get("x")
84 y = n.get("y") or node.get("y")
118 x = float(line.get("
[all...]
H A Dgimp_xcf.py82 docname = ttmp_orig.get(inkex.addNS('docname',u'sodipodi'))
98 ori = guideNode.get('orientation')
101 pos = int(guideNode.get('position').split(',')[1].split('.')[0])
108 pos = int(guideNode.get('position').split(',')[0].split('.')[0])
125 spacingX = gridNode.get('spacingx')
128 spacingY = gridNode.get('spacingy')
131 originX = gridNode.get('originx')
134 originY = gridNode.get('originy')
156 id = node.get('id')
157 if node.get("{"
[all...]
H A Ddxf_outlines.py194 style = node.get('style')
205 d = node.get('d')
210 x = float(node.get('x', 0))
211 y = float(node.get('y', 0))
212 width = float(node.get('width'))
213 height = float(node.get('height'))
217 x1 = float(node.get('x1', 0))
218 x2 = float(node.get('x2', 0))
219 y1 = float(node.get('y1', 0))
220 y2 = float(node.get('y
[all...]
H A Dprint_win32_vector.py14 - get GdiPrintSample.zip at http://archive.msdn.microsoft.com/WindowsPrintSample
59 style = node.get('style')
74 d = node.get('d')
79 x = float(node.get('x'))
80 y = float(node.get('y'))
81 width = float(node.get('width'))
82 height = float(node.get('height'))
91 trans = node.get('transform')
124 trans = node.get('transform')
125 x = node.get('
[all...]
H A Dlayers2svgfont.py32 l=guide.get(inkex.addNS('label', 'inkscape'))
34 return int(guide.get("position").split(",")[index])
46 if unicode_char == glyph.get("unicode"):
61 emsize = int(self.svg.get("width"))
82 label = group.get(inkex.addNS('label', 'inkscape'))
93 #use.set(inkex.addNS('href', 'xlink'), "#"+group.get("id"))
102 # d = p.get("d")
114 d += " " + self.flip_cordinate_system(p.get("d"), emsize, baseline)
H A Dsynfig_output.py82 return float(self.root_canvas.get("width", "0"))
89 return float(self.root_canvas.get("height", "0"))
96 return self.root_canvas.get("name", "")
256 layer_type = layer.get("type")
451 layer_type = layer.get("type")
460 if param.get("name") == name:
489 layer -- the layer to get the parameter from
495 layer_type = layer.get("type")
502 if param.get("name") == name:
504 return float(param[0].get("valu
[all...]
/inkscape/src/ui/tools/
H A Dzoom-tool.cpp61 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
75 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
94 Inkscape::Rubberband::get(desktop)->start(desktop, button_dt);
132 Inkscape::Rubberband::get(desktop)->move(motion_dt);
143 Geom::OptRect const b = Inkscape::Rubberband::get(desktop)->getRectangle();
158 Inkscape::Rubberband::get(desktop)->stop();
172 if (!Inkscape::Rubberband::get(desktop)->is_started()) {
176 Inkscape::Rubberband::get(desktop)->stop();
/inkscape/src/extension/
H A Derror-file.cpp66 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
89 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
101 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
/inkscape/share/extensions/Barcode/
H A DBase.py53 self.document = param.get('document', None)
57 self.pos_x = int(param.get('x', 0))
58 self.pos_y = int(param.get('y', 0))
59 self.text = param.get('text', None)
60 self.scale = param.get('scale', 1)
61 self.height = param.get('height', self.default_height)
62 self.pos_text = param.get('text_pos', TEXT_POS_BOTTOM)
H A DCode93.py65 bits = ENCODE[MAP.get('MARKER', -1)]
76 bits = bits + ENCODE[MAP.get(char, -1)]
79 return bits + ENCODE[MAP.get('MARKER', -1)] + '1'
/inkscape/src/
H A Ddocument-subset.cpp153 Record *get(SPObject *obj) { function in struct:Inkscape::DocumentSubset::Relations
207 Record *record=get(obj);
220 if (get(obj)) {
233 g_return_if_fail( get(obj) == NULL );
242 parent_record = get(parent_iter);
248 parent_record = get(NULL);
262 Record *child_record=get(*iter);
277 Record *record=get(obj);
280 Record *parent_record=get(record->parent);
297 Record *child_record=get(*ite
[all...]
/inkscape/src/svg/
H A Dstringstream.cpp16 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
77 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
89 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
/inkscape/src/widgets/
H A Ddropper-toolbar.cpp48 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
64 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
79 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
/inkscape/src/io/
H A Dbufferstream.cpp88 int BufferInputStream::get() function in class:Inkscape::IO::BufferInputStream
H A Dstringstream.cpp66 int StringInputStream::get() function in class:Inkscape::IO::StringInputStream
/inkscape/src/ui/widget/
H A Dpreferences-widget.cpp201 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
211 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
229 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
249 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
259 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
277 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
304 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
336 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
351 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
410 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
[all...]

Completed in 61 milliseconds

1234567891011>>