/inkscape/src/ |
H A D | sp-desc.cpp | 24 Inkscape::XML::Node* SPDesc::write(Inkscape::XML::Document* doc, Inkscape::XML::Node* repr, guint flags) { function in class:SPDesc 29 SPObject::write(doc, repr, flags);
|
H A D | sp-title.cpp | 21 Inkscape::XML::Node* SPTitle::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPTitle 28 SPObject::write(xml_doc, repr, flags);
|
H A D | sp-linear-gradient.cpp | 62 * Callback: write attributes to associated repr. 64 Inkscape::XML::Node* SPLinearGradient::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPLinearGradient 85 SPGradient::write(xml_doc, repr, flags);
|
H A D | sp-defs.cpp | 74 Inkscape::XML::Node* SPDefs::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPDefs 101 SPObject::write(xml_doc, repr, flags);
|
H A D | sp-mesh-patch.cpp | 98 Inkscape::XML::Node* SPMeshpatch::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { function in class:SPMeshpatch 103 SPObject::write(xml_doc, repr, flags); 109 * Virtual write: write object attributes to repr.
|
H A D | sp-mesh-row.cpp | 81 Inkscape::XML::Node* SPMeshrow::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { function in class:SPMeshrow 86 SPObject::write(xml_doc, repr, flags); 92 * Virtual write: write object attributes to repr.
|
H A D | sp-missing-glyph.cpp | 106 Inkscape::XML::Node* SPMissingGlyph::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { function in class:SPMissingGlyph 130 SPObject::write(xml_doc, repr, flags);
|
H A D | sp-object-group.cpp | 46 Inkscape::XML::Node *SPObjectGroup::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPObjectGroup 72 SPObject::write(xml_doc, repr, flags);
|
H A D | sp-script.cpp | 74 Inkscape::XML::Node* SPScript::write(Inkscape::XML::Document* /*doc*/, Inkscape::XML::Node* repr, guint /*flags*/) { function in class:SPScript 111 if (((SPObjectClass *) (parent_class))->write) { 112 (* ((SPObjectClass *) (parent_class))->write)(object, xml_doc, repr, flags);
|
H A D | sp-solid-color.cpp | 58 Inkscape::XML::Node* SPSolidColor::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { function in class:SPSolidColor 63 SPObject::write(xml_doc, repr, flags); 78 * Virtual write: write object attributes to repr.
|
H A D | sp-tag.cpp | 114 SPTag::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) function in class:SPTag 128 SPObject::write(doc, repr, flags);
|
H A D | sp-glyph.cpp | 243 Inkscape::XML::Node* SPGlyph::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) function in class:SPGlyph 277 SPObject::write(xml_doc, repr, flags);
|
H A D | sp-polyline.cpp | 106 Inkscape::XML::Node* SPPolyLine::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPPolyLine 115 SPShape::write(xml_doc, repr, flags);
|
H A D | sp-anchor.cpp | 80 Inkscape::XML::Node* SPAnchor::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPAnchor 99 SPGroup::write(xml_doc, repr, flags);
|
H A D | sp-radial-gradient.cpp | 110 Inkscape::XML::Node* SPRadialGradient::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPRadialGradient 139 SPGradient::write(xml_doc, repr, flags);
|
H A D | sp-tag-use.cpp | 119 SPTagUse::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) function in class:SPTagUse 125 SPObject::write(xml_doc, repr, flags);
|
/inkscape/src/filters/ |
H A D | mergenode.cpp | 77 Inkscape::XML::Node* SPFeMergeNode::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPFeMergeNode 88 SPObject::write(doc, repr, flags);
|
H A D | tile.cpp | 72 Inkscape::XML::Node* SPFeTile::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPFeTile 73 /* TODO: Don't just clone, but create a new repr node and write all 79 SPFilterPrimitive::write(doc, repr, flags);
|
H A D | distantlight.cpp | 138 Inkscape::XML::Node* SPFeDistantLight::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPFeDistantLight 151 SPObject::write(doc, repr, flags);
|
H A D | pointlight.cpp | 162 Inkscape::XML::Node* SPFePointLight::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPFePointLight 174 SPObject::write(doc, repr, flags);
|
H A D | spotlight.cpp | 286 Inkscape::XML::Node* SPFeSpotLight::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPFeSpotLight 308 SPObject::write(doc, repr, flags);
|
H A D | offset.cpp | 97 Inkscape::XML::Node* SPFeOffset::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPFeOffset 98 /* TODO: Don't just clone, but create a new repr node and write all 104 SPFilterPrimitive::write(doc, repr, flags);
|
H A D | blend.cpp | 190 Inkscape::XML::Node* SPFeBlend::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPFeBlend 262 SPFilterPrimitive::write(doc, repr, flags);
|
H A D | colormatrix.cpp | 125 Inkscape::XML::Node* SPFeColorMatrix::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) { function in class:SPFeColorMatrix 126 /* TODO: Don't just clone, but create a new repr node and write all 132 SPFilterPrimitive::write(doc, repr, flags);
|
/inkscape/src/debug/ |
H A D | logger.h | 146 inline static void write() { function in class:Inkscape::Debug::Logger 152 inline static void write(A const &a) { function in class:Inkscape::Debug::Logger 158 inline static void write(A const &a, B const &b) { function in class:Inkscape::Debug::Logger 164 inline static void write(A const &a, B const &b, C const &c) { function in class:Inkscape::Debug::Logger 171 inline static void write(A const &a, B const &b, C const &c, D const &d) { function in class:Inkscape::Debug::Logger 179 inline static void write(A const &a, B const &b, C const &c, function in class:Inkscape::Debug::Logger 189 inline static void write(A const &a, B const &b, C const &c, function in class:Inkscape::Debug::Logger 200 inline static void write(A const &a, B const &b, C const &c, function in class:Inkscape::Debug::Logger 212 inline static void write(A const &a, B const &b, C const &c, function in class:Inkscape::Debug::Logger
|