Searched refs:readAttr (Results 1 - 25 of 74) sorted by relevance

123

/inkscape/src/
H A Dsp-glyph.cpp41 this->readAttr( "unicode" );
42 this->readAttr( "glyph-name" );
43 this->readAttr( "d" );
44 this->readAttr( "orientation" );
45 this->readAttr( "arabic-form" );
46 this->readAttr( "lang" );
47 this->readAttr( "horiz-adv-x" );
48 this->readAttr( "vert-origin-x" );
49 this->readAttr( "vert-origin-y" );
50 this->readAttr( "ver
[all...]
H A Dsp-font-face.cpp320 this->readAttr( "font-family" );
321 this->readAttr( "font-style" );
322 this->readAttr( "font-variant" );
323 this->readAttr( "font-weight" );
324 this->readAttr( "font-stretch" );
325 this->readAttr( "font-size" );
326 this->readAttr( "unicode-range" );
327 this->readAttr( "units-per-em" );
328 this->readAttr( "panose-1" );
329 this->readAttr( "ste
[all...]
H A Dsp-glyph-kerning.cpp38 this->readAttr( "u1" );
39 this->readAttr( "g1" );
40 this->readAttr( "u2" );
41 this->readAttr( "g2" );
42 this->readAttr( "k" );
151 this->readAttr( "u1" );
152 this->readAttr( "u2" );
153 this->readAttr( "g2" );
154 this->readAttr( "k" );
H A Dsp-font.cpp49 this->readAttr( "horiz-origin-x" );
50 this->readAttr( "horiz-origin-y" );
51 this->readAttr( "horiz-adv-x" );
52 this->readAttr( "vert-origin-x" );
53 this->readAttr( "vert-origin-y" );
54 this->readAttr( "vert-adv-y" );
158 this->readAttr( "horiz-origin-x" );
159 this->readAttr( "horiz-origin-y" );
160 this->readAttr( "horiz-adv-x" );
161 this->readAttr( "ver
[all...]
H A Dsp-anchor.cpp34 this->readAttr( "xlink:type" );
35 this->readAttr( "xlink:role" );
36 this->readAttr( "xlink:arcrole" );
37 this->readAttr( "xlink:title" );
38 this->readAttr( "xlink:show" );
39 this->readAttr( "xlink:actuate" );
40 this->readAttr( "xlink:href" );
41 this->readAttr( "target" );
H A Dsp-missing-glyph.cpp37 this->readAttr( "d" );
38 this->readAttr( "horiz-adv-x" );
39 this->readAttr( "vert-origin-x" );
40 this->readAttr( "vert-origin-y" );
41 this->readAttr( "vert-adv-y" );
H A Dsp-linear-gradient.cpp24 this->readAttr( "x1" );
25 this->readAttr( "y1" );
26 this->readAttr( "x2" );
27 this->readAttr( "y2" );
H A Dsp-solid-color.cpp35 this->readAttr( "style" );
36 this->readAttr( "solid-color" );
37 this->readAttr( "solid-opacity" );
H A Dsp-namedview.cpp193 this->readAttr( "inkscape:document-units" );
194 this->readAttr( "units" );
195 this->readAttr( "viewonly" );
196 this->readAttr( "showguides" );
197 this->readAttr( "showgrid" );
198 this->readAttr( "gridtolerance" );
199 this->readAttr( "guidetolerance" );
200 this->readAttr( "objecttolerance" );
201 this->readAttr( "guidecolor" );
202 this->readAttr( "guideopacit
[all...]
H A Dsp-stop.cpp42 this->readAttr( "offset" );
43 this->readAttr( "stop-color" );
44 this->readAttr( "stop-opacity" );
45 this->readAttr( "style" );
46 this->readAttr( "path" ); // For mesh
H A Dsp-tspan.cpp58 this->readAttr( "x" );
59 this->readAttr( "y" );
60 this->readAttr( "dx" );
61 this->readAttr( "dy" );
62 this->readAttr( "rotate" );
63 this->readAttr( "sodipodi:role" );
241 this->readAttr( "x" );
242 this->readAttr( "y" );
243 this->readAttr( "dx" );
244 this->readAttr( "d
[all...]
H A Dsp-filter-primitive.cpp64 object->readAttr( "style" ); // struct not derived from SPItem, we need to do this ourselves.
65 object->readAttr( "in" );
66 object->readAttr( "result" );
67 object->readAttr( "x" );
68 object->readAttr( "y" );
69 object->readAttr( "width" );
70 object->readAttr( "height" );
H A Dsp-root.cpp62 this->readAttr("version");
63 this->readAttr("inkscape:version");
65 this->readAttr("x");
66 this->readAttr("y");
67 this->readAttr("width");
68 this->readAttr("height");
69 this->readAttr("viewBox");
70 this->readAttr("preserveAspectRatio");
71 this->readAttr("onload");
H A Dsp-line.cpp37 this->readAttr( "x1" );
38 this->readAttr( "y1" );
39 this->readAttr( "x2" );
40 this->readAttr( "y2" );
H A Dsp-script.cpp30 this->readAttr( "xlink:href" );
/inkscape/src/filters/
H A Dcomponenttransfer-funcnode.cpp48 this->readAttr( "type" );
49 this->readAttr( "tableValues" );
50 this->readAttr( "slope" );
51 this->readAttr( "intercept" );
52 this->readAttr( "amplitude" );
53 this->readAttr( "exponent" );
54 this->readAttr( "offset" );
183 this->readAttr( "type" );
184 this->readAttr( "tableValues" );
185 this->readAttr( "slop
[all...]
H A Dspotlight.cpp49 this->readAttr( "x" );
50 this->readAttr( "y" );
51 this->readAttr( "z" );
52 this->readAttr( "pointsAtX" );
53 this->readAttr( "pointsAtY" );
54 this->readAttr( "pointsAtZ" );
55 this->readAttr( "specularExponent" );
56 this->readAttr( "limitingConeAngle" );
270 this->readAttr( "x" );
271 this->readAttr( "
[all...]
H A Dpointlight.cpp45 this->readAttr( "x" );
46 this->readAttr( "y" );
47 this->readAttr( "z" );
151 this->readAttr( "x" );
152 this->readAttr( "y" );
153 this->readAttr( "z" );
H A Doffset.cpp40 this->readAttr( "dx" );
41 this->readAttr( "dy" );
87 this->readAttr( "dx" );
88 this->readAttr( "dy" );
H A Ddistantlight.cpp45 this->readAttr( "azimuth" );
46 this->readAttr( "elevation" );
128 this->readAttr( "azimuth" );
129 this->readAttr( "elevation" );
H A Dspecularlighting.cpp63 this->readAttr( "surfaceScale" );
64 this->readAttr( "specularConstant" );
65 this->readAttr( "specularExponent" );
66 this->readAttr( "kernelUnitLength" );
67 this->readAttr( "lighting-color" );
193 this->readAttr( "surfaceScale" );
194 this->readAttr( "specularConstant" );
195 this->readAttr( "specularExponent" );
196 this->readAttr( "kernelUnitLength" );
197 this->readAttr( "lightin
[all...]
H A Dconvolvematrix.cpp57 this->readAttr( "order" );
58 this->readAttr( "kernelMatrix" );
59 this->readAttr( "divisor" );
60 this->readAttr( "bias" );
61 this->readAttr( "targetX" );
62 this->readAttr( "targetY" );
63 this->readAttr( "edgeMode" );
64 this->readAttr( "kernelUnitLength" );
65 this->readAttr( "preserveAlpha" );
H A Ddiffuselighting.cpp61 this->readAttr( "surfaceScale" );
62 this->readAttr( "diffuseConstant" );
63 this->readAttr( "kernelUnitLength" );
64 this->readAttr( "lighting-color" );
184 this->readAttr( "surfaceScale" );
185 this->readAttr( "diffuseConstant" );
186 this->readAttr( "kernelUnit" );
187 this->readAttr( "lighting-color" );
H A Dturbulence.cpp48 this->readAttr( "baseFrequency" );
49 this->readAttr( "numOctaves" );
50 this->readAttr( "seed" );
51 this->readAttr( "stitchTiles" );
52 this->readAttr( "type" );
H A Ddisplacementmap.cpp43 this->readAttr( "scale" );
44 this->readAttr( "in2" );
45 this->readAttr( "xChannelSelector" );
46 this->readAttr( "yChannelSelector" );

Completed in 92 milliseconds

123