Lines Matching defs:use
2 * SVG <use> implementation
37 #include "sp-use.h"
38 #include "sp-use-reference.h"
164 repr = xml_doc->createElement("svg:use");
255 /* TRANSLATORS: Used for statusbar description for long <use> chains:
259 * a <use>, and giving its description. */
317 SPUse *use = dynamic_cast<SPUse *>(orig);
318 while (orig && use) {
319 orig = use->child;
320 use = dynamic_cast<SPUse *>(orig);
332 * which is not an svg:use. Returns -1 if there is no original object.
377 // represent the values of the x and y attributes on the 'use' element." - http://www.w3.org/TR/SVG11/struct.html#UseElement
393 * Returns the transform that leads to the use from its immediate original.
413 // the clone is orphaned; or this is not a real use, but a clone of another use;
549 g_warning("Tried to create svg:use from invalid object");
717 // Merge style from the use.