Searched defs:_duplicate (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/xml/ | ||
H A D | comment-node.h | 41 SimpleNode *_duplicate(Document* doc) const { return new CommentNode(*this, doc); } function in struct:Inkscape::XML::CommentNode |
H A D | element-node.h | 37 SimpleNode *_duplicate(Document* doc) const { return new ElementNode(*this, doc); } function in class:Inkscape::XML::ElementNode |
H A D | pi-node.h | 38 SimpleNode *_duplicate(Document* doc) const { return new PINode(*this, doc); } function in struct:Inkscape::XML::PINode |
H A D | simple-document.h | 72 SimpleNode *_duplicate(Document* /*doc*/) const function in class:Inkscape::XML::SimpleDocument |
H A D | text-node.h | 50 SimpleNode *_duplicate(Document* doc) const { return new TextNode(*this, doc); } function in struct:Inkscape::XML::TextNode |
H A D | repr-css.cpp | 51 SimpleNode *_duplicate(Document* doc) const { return new SPCSSAttrImpl(*this, doc); } function in struct:SPCSSAttrImpl |
Completed in 58 milliseconds