Searched defs:write (Results 1 - 25 of 86) sorted by relevance

1234

/inkscape/src/
H A Dsp-desc.cpp24 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 Dsp-title.cpp21 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 Dsp-linear-gradient.cpp62 * 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 Dsp-defs.cpp74 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 Dsp-mesh-patch.cpp98 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 Dsp-mesh-row.cpp81 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 Dsp-missing-glyph.cpp106 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 Dsp-object-group.cpp46 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 Dsp-script.cpp74 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 Dsp-solid-color.cpp58 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 Dsp-tag.cpp114 SPTag::write(Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags) function in class:SPTag
128 SPObject::write(doc, repr, flags);
H A Dsp-glyph.cpp243 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 Dsp-polyline.cpp106 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 Dsp-anchor.cpp80 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 Dsp-radial-gradient.cpp110 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 Dsp-tag-use.cpp119 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 Dmergenode.cpp77 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 Dtile.cpp72 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 Ddistantlight.cpp138 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 Dpointlight.cpp162 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 Dspotlight.cpp286 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 Doffset.cpp97 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 Dblend.cpp190 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 Dcolormatrix.cpp125 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 Dlogger.h146 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

Completed in 29 milliseconds

1234