Searched refs:COPY_ATTR (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/
H A Dsp-missing-glyph.cpp104 #define COPY_ATTR(rd,rs,key) (rd)->setAttribute((key), rs->attribute(key)); macro
121 // All the COPY_ATTR functions below use
123 COPY_ATTR(repr, this->getRepr(), "d");
124 COPY_ATTR(repr, this->getRepr(), "horiz-adv-x");
125 COPY_ATTR(repr, this->getRepr(), "vert-origin-x");
126 COPY_ATTR(repr, this->getRepr(), "vert-origin-y");
127 COPY_ATTR(repr, this->getRepr(), "vert-adv-y");
H A Dsp-anchor.cpp78 #define COPY_ATTR(rd,rs,key) (rd)->setAttribute((key), rs->attribute(key)); macro
89 // below COPY_ATTR lines
90 COPY_ATTR(repr, this->getRepr(), "xlink:type");
91 COPY_ATTR(repr, this->getRepr(), "xlink:role");
92 COPY_ATTR(repr, this->getRepr(), "xlink:arcrole");
93 COPY_ATTR(repr, this->getRepr(), "xlink:title");
94 COPY_ATTR(repr, this->getRepr(), "xlink:show");
95 COPY_ATTR(repr, this->getRepr(), "xlink:actuate");
96 COPY_ATTR(repr, this->getRepr(), "target");
H A Dsp-glyph.cpp241 #define COPY_ATTR(rd,rs,key) (rd)->setAttribute((key), rs->attribute(key)); macro
263 // All the COPY_ATTR functions below use
265 COPY_ATTR(repr, this->getRepr(), "unicode");
266 COPY_ATTR(repr, this->getRepr(), "glyph-name");
267 COPY_ATTR(repr, this->getRepr(), "d");
268 COPY_ATTR(repr, this->getRepr(), "orientation");
269 COPY_ATTR(repr, this->getRepr(), "arabic-form");
270 COPY_ATTR(repr, this->getRepr(), "lang");
271 COPY_ATTR(repr, this->getRepr(), "horiz-adv-x");
272 COPY_ATTR(rep
[all...]
H A Dsp-glyph-kerning.cpp160 #define COPY_ATTR(rd,rs,key) (rd)->setAttribute((key), rs->attribute(key)); macro
169 // All the COPY_ATTR functions below use
171 COPY_ATTR(repr, this->getRepr(), "u1");
172 COPY_ATTR(repr, this->getRepr(), "g1");
173 COPY_ATTR(repr, this->getRepr(), "u2");
174 COPY_ATTR(repr, this->getRepr(), "g2");
175 COPY_ATTR(repr, this->getRepr(), "k");
H A Dsp-font-face.cpp736 #define COPY_ATTR(rd,rs,key) (rd)->setAttribute((key), rs->attribute(key)); macro
779 // In all COPY_ATTR given below the XML tree is
781 COPY_ATTR(repr, this->getRepr(), "font-family");
782 COPY_ATTR(repr, this->getRepr(), "font-style");
783 COPY_ATTR(repr, this->getRepr(), "font-variant");
784 COPY_ATTR(repr, this->getRepr(), "font-weight");
785 COPY_ATTR(repr, this->getRepr(), "font-stretch");
786 COPY_ATTR(repr, this->getRepr(), "font-size");
787 COPY_ATTR(repr, this->getRepr(), "unicode-range");
788 COPY_ATTR(rep
[all...]
H A Dsp-font.cpp169 #define COPY_ATTR(rd,rs,key) (rd)->setAttribute((key), rs->attribute(key)); macro
184 // All the below COPY_ATTR funtions are directly using
186 COPY_ATTR(repr, this->getRepr(), "horiz-origin-x");
187 COPY_ATTR(repr, this->getRepr(), "horiz-origin-y");
188 COPY_ATTR(repr, this->getRepr(), "horiz-adv-x");
189 COPY_ATTR(repr, this->getRepr(), "vert-origin-x");
190 COPY_ATTR(repr, this->getRepr(), "vert-origin-y");
191 COPY_ATTR(repr, this->getRepr(), "vert-adv-y");

Completed in 116 milliseconds