Searched refs:set (Results 1 - 25 of 474) sorted by relevance

1234567891011>>

/inkscape/
H A Dmingwenv.bat2 IF "%DEVLIBS_PATH%"=="" set DEVLIBS_PATH=c:\devlibs
3 IF "%MINGW_PATH%"=="" set MINGW_PATH=c:\mingw
4 set MINGW_BIN=%MINGW_PATH%\bin
5 set PKG_CONFIG_PATH=%DEVLIBS_PATH%\lib\pkgconfig
6 set GS_BIN=C:\latex\gs\gs8.61\bin
7 set PATH=%DEVLIBS_PATH%\bin;%DEVLIBS_PATH%\python;%MINGW_BIN%;%PATH%;%GS_BIN%
8 set CMAKE_PREFIX_PATH=%DEVLIBS_PATH%
9 set GTKMM_BASEPATH=%DEVLIBS_PATH%
/inkscape/share/extensions/
H A Dempty_generic.py25 root.set("id", "SVGRoot")
26 root.set("width", str(width) + unit)
27 root.set("height", str(height) + unit)
28 root.set("viewBox", "0 0 " + str(width) + " " + str(height) )
34 namedview.set(inkex.addNS('document-units', 'inkscape'), unit)
37 namedview.set(inkex.addNS('zoom', 'inkscape'), str(512.0/self.uutounit( width, 'px' )) )
38 namedview.set(inkex.addNS('cx', 'inkscape'), str(self.uutounit( width, 'px' )/2.0 ) )
39 namedview.set(inkex.addNS('cy', 'inkscape'), str(self.uutounit( height, 'px' )/2.0 ) )
42 namedview.set( 'pagecolor', "#ffffff" )
43 namedview.set( 'bordercolo
[all...]
H A Dempty_page.py45 root.set("id", "SVGRoot")
46 root.set("width", str(width) + units)
47 root.set("height", str(height) + units)
48 root.set("viewBox", "0 0 " + str(width) + " " + str(height) )
54 namedview.set(inkex.addNS('document-units', 'inkscape'), units)
57 namedview.set(inkex.addNS('cx', 'inkscape'), str(self.uutounit( width, 'px' )/2.0 ) )
58 namedview.set(inkex.addNS('cy', 'inkscape'), str(self.uutounit( height, 'px' )/2.0 ) )
62 namedview.set( 'pagecolor', "#ffffff" )
63 namedview.set( 'bordercolor', "#666666" )
64 namedview.set(inke
[all...]
H A Dseamless_pattern.py26 root.set("id", "SVGRoot")
27 root.set("width", str(width))
28 root.set("height", str(height))
29 root.set("viewBox", "0 0 " + str(width) + " " + str(height) )
34 clipPathRect[0].set("width", str(width))
35 clipPathRect[0].set("height", str(height))
41 designZoneData[0].set("patternTransform", "scale(" + str(10.0) + "," + str(factor * 10) + ")")
43 designZoneData[0].set("patternTransform", "scale(" + str(10.0/factor) + "," + str(10.0) + ")")
48 designZone[0].set("transform", "scale(" + str(width/100.0) + "," + str(height/100.0) + ")")
49 designZone[1].set("transfor
[all...]
H A Dempty_icon.py17 root.set("id", "SVGRoot")
18 root.set("width", str(size) + 'px')
19 root.set("height", str(size) + 'px')
20 root.set("viewBox", "0 0 " + str(size) + " " + str(size) )
26 namedview.set(inkex.addNS('document-units', 'inkscape'), 'px')
28 namedview.set(inkex.addNS('zoom', 'inkscape'), str(256.0/size) )
29 namedview.set(inkex.addNS('cx', 'inkscape'), str(size/2.0) )
30 namedview.set(inkex.addNS('cy', 'inkscape'), str(size/2.0) )
31 namedview.set(inkex.addNS('grid-bbox', 'inkscape'), "true" )
H A Dnicechart.py282 layer.set(inkex.addNS('label', 'inkscape'), 'Chart-Layer: %s' % (what))
283 layer.set(inkex.addNS('groupmode', 'inkscape'), 'layer')
301 filt.set(k, v)
305 fe.set('stdDeviation', "1.1")
376 shadow.set('x', str(width/2 + offset + 1))
377 shadow.set('y', str(height/2 - int(value) + 1))
378 shadow.set("width", str(bar_width))
379 shadow.set("height", str(int(value)))
381 shadow.set('y', str(width/2 + offset + 1))
382 shadow.set('
[all...]
H A Dempty_business_card.py25 root.set("id", "SVGRoot")
26 root.set("width", width + width_unit)
27 root.set("height", height + height_unit)
28 root.set("viewBox", "0 0 " + width + " " + height )
34 namedview.set(inkex.addNS('document-units', 'inkscape'), width_unit)
39 namedview.set(inkex.addNS('zoom', 'inkscape'), str(2) )
40 namedview.set(inkex.addNS('cx', 'inkscape'), str(width_int/2.0) )
41 namedview.set(inkex.addNS('cy', 'inkscape'), str(height_int/2.0) )
H A Dempty_desktop.py30 root.set("id", "SVGRoot")
31 root.set("width", str(width) + 'px')
32 root.set("height", str(height) + 'px')
33 root.set("viewBox", "0 0 " + str(width) + " " + str(height) )
39 namedview.set(inkex.addNS('document-units', 'inkscape'), 'px')
41 namedview.set(inkex.addNS('cx', 'inkscape'), str(width/2.0) )
42 namedview.set(inkex.addNS('cy', 'inkscape'), str(height/2.0) )
H A Dempty_video.py30 root.set("id", "SVGRoot")
31 root.set("width", str(width) + 'px')
32 root.set("height", str(height) + 'px')
33 root.set("viewBox", "0 0 " + str(width) + " " + str(height) )
39 namedview.set(inkex.addNS('document-units', 'inkscape'), 'px')
41 namedview.set(inkex.addNS('cx', 'inkscape'), str(width/2.0) )
42 namedview.set(inkex.addNS('cy', 'inkscape'), str(height/2.0) )
H A Ddimension.py70 marker.set('id', name)
71 marker.set('orient', 'auto')
72 marker.set('refX', '0.0')
73 marker.set('refY', '0.0')
74 marker.set('style', 'overflow:visible')
75 marker.set(inkex.addNS('stockid','inkscape'), name)
78 arrow.set('d', 'M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z ')
80 arrow.set('transform', 'scale(0.8) rotate(180) translate(12.5,0)')
82 arrow.set('transform', 'scale(0.8) translate(12.5,0)')
83 arrow.set('styl
[all...]
H A Dempty_dvd_cover.py22 guide.set("orientation", orientation)
23 guide.set("position", str(x)+","+str(y))
24 # No need to set label (causes translation problems, etc.)
25 # guide.set(inkex.addNS('label', 'inkscape'), label)
41 self.root.set("id", "SVGRoot")
42 self.root.set("width", str(width) + 'mm')
43 self.root.set("height", str(height) + 'mm')
44 self.root.set("viewBox", "0 0 " + str(width) + " " + str(height) )
50 namedview.set(inkex.addNS('document-units', 'inkscape'), "mm")
53 namedview.set(inke
[all...]
H A Dsetup_typography_canvas.py56 guide.set("orientation", orientation)
57 guide.set("position", str(x)+","+str(y))
58 guide.set(inkex.addNS('label', 'inkscape'), label)
70 self.svg.set("width", str(emsize))
71 self.svg.set("height", str(emsize))
72 self.svg.set("viewBox", "0 0 " + str(emsize) + " " + str(emsize) )
83 namedview.set(inkex.addNS('document-units', 'inkscape'), 'px')
84 namedview.set(inkex.addNS('cx', 'inkscape'), str(emsize/2.0 ))
85 namedview.set(inkex.addNS('cy', 'inkscape'), str(emsize/2.0 ))
H A Dnew_glyph_layer.py48 layer.set(inkex.addNS('label', 'inkscape'), u'GlyphLayer-'+char)
49 layer.set(inkex.addNS('groupmode', 'inkscape'), 'layer')
50 layer.set('style', 'display:none') #initially not visible
H A Dwebslicer_effect.py44 layer.set('id', 'webslicer-layer')
45 layer.set(inkex.addNS('label', 'inkscape'), 'Web Slicer')
46 layer.set(inkex.addNS('groupmode', 'inkscape'), 'layer')
H A Dnext_glyph_layer.py46 glyphs[current].set("style", "display:none")
47 glyphs[(current+1)%len(glyphs)].set("style", "display:inline")
H A Dprevious_glyph_layer.py46 glyphs[current].set("style", "display:none")
47 glyphs[current-1].set("style", "display:inline")
H A Dlayers2svgfont.py69 font.set("horiz-adv-x", str(emsize))
70 font.set("horiz-origin-y", str(baseline))
73 fontface.set("font-family", "SVGFont")
74 fontface.set("units-per-em", str(emsize))
75 fontface.set("cap-height", str(caps))
76 fontface.set("x-height", str(xheight))
77 fontface.set("ascent", str(ascender))
78 fontface.set("descent", str(descender))
86 glyph.set("unicode", unicode_char)
93 #use.set(inke
[all...]
H A Dsvgfont2layers.py36 guide.set(inkex.addNS('label', 'inkscape'), label)
37 guide.set("orientation", "0,1")
38 guide.set("position", "0,"+str(y))
77 self.svg.set("width", emsize)
93 layer.set(inkex.addNS('label', 'inkscape'), "GlyphLayer-" + unicode_char)
94 layer.set(inkex.addNS('groupmode', 'inkscape'), "layer")
98 layer.set("style", "display:none")
108 #use.set(inkex.addNS('href', 'xlink'), "#"+group.get("id"))
122 new_path.set("d", d)
133 path.set("
[all...]
/inkscape/src/
H A Dsvg-profile.h23 to be able to be set depending on whether or not that particular
130 /** \brief A convience function to set a particular bit in the
138 inline void set (const unsigned int pos) { function in class:Inkscape::SvgProfile::BitField
199 and aggregate. If it is pure, then that bit is set in \c _profile
206 _profile.set(type);
214 _profile.set(SVG_BASE_1_0);
215 _profile.set(SVG_BASE_1_1);
216 _profile.set(SVG_BASE_1_2);
217 _profile.set(SVG_BASE_2_0);
220 _profile.set(SVG_MOBILE_BASIC_1_
[all...]
H A Dattribute-rel-svg.h13 #include <set>
16 // This data structure stores the valid (element -> set of attributes) pair
17 typedef std::map<Glib::ustring, std::set<Glib::ustring> > hashList;
H A Dstyle-internal.cpp70 set = true;
75 set = true;
87 ((flags & SP_STYLE_FLAG_IFSET) && this->set) ||
88 ((flags & SP_STYLE_FLAG_IFDIFF) && this->set
89 && (!my_base->set || this != my_base )))
105 if( (inherits && !set) || inherit ) value = p->value;
115 if( (!set || inherit) && p->set && !(p->inherit) ) {
116 set = p->set;
[all...]
/inkscape/packaging/wix/
H A Dwixenv.bat8 IF "%WIX_PATH%"=="" set WIX_PATH=C:\Programme\WiX Toolset v3.9\bin
9 IF "%DEVLIBS_PATH%"=="" set DEVLIBS_PATH=c:\devlibs
13 IF "%WIX_PATH%"=="" set WIX_PATH=C:\Program Files (x86)\WiX Toolset v3.9\bin
14 IF "%DEVLIBS_PATH%"=="" set DEVLIBS_PATH=c:\devlibs
17 set PATH=%DEVLIBS_PATH%\python;%WIX_PATH%;%PATH%
/inkscape/share/extensions/Barcode/
H A DBase.py98 barcode.set('id', name)
99 barcode.set('style', 'fill: black;')
101 barcode.set('transform', 'translate(%d,%d) scale(%f)' % (
104 barcode.set('transform', 'translate(%d,%d)' % (
109 tops = set()
121 rect.set('x', str(bar_offset))
122 rect.set('y', str(style['top']))
124 rect.set('y', str(style['top'] + self.font_size))
125 rect.set('id', "%s_bar%d" % (name, bar_id))
126 rect.set('widt
[all...]
/inkscape/cxxtest/cxxtest/
H A DStdHeaders.h17 #include <set>
/inkscape/src/display/
H A Dnr-filter-skeleton.cpp52 slot.set(_output, out);

Completed in 95 milliseconds

1234567891011>>