Searched defs:set (Results 1 - 25 of 131) sorted by relevance

123456

/inkscape/src/filters/
H A Dmergenode.cpp48 void SPFeMergeNode::set(unsigned int key, gchar const *value) { function in class:SPFeMergeNode
60 SPObject::set(key, value);
H A Dtile.cpp46 void SPFeTile::set(unsigned int key, gchar const *value) { function in class:SPFeTile
50 SPFilterPrimitive::set(key, value);
H A Ddistantlight.cpp67 void SPFeDistantLight::set(unsigned int key, gchar const *value) { function in class:SPFeDistantLight
117 SPObject::set(key, value);
H A Dpointlight.cpp68 void SPFePointLight::set(unsigned int key, gchar const *value) { function in class:SPFePointLight
140 SPObject::set(key, value);
H A Dspotlight.cpp77 void SPFeSpotLight::set(unsigned int key, gchar const *value) { function in class:SPFeSpotLight
259 SPObject::set(key, value);
H A Doffset.cpp54 void SPFeOffset::set(unsigned int key, gchar const *value) { function in class:SPFeOffset
77 SPFilterPrimitive::set(key, value);
H A Dblend.cpp133 void SPFeBlend::set(unsigned int key, gchar const *value) { function in class:SPFeBlend
156 SPFilterPrimitive::set(key, value);
218 g_warning("Unable to set in2 for feBlend");
/inkscape/src/
H A Dmessage-context.cpp30 void MessageContext::set(MessageType type, gchar const *message) { function in class:Inkscape::MessageContext
48 set(type, message);
H A Dnumber-opt-number.h95 void set(char const *str) function in class:NumberOptNumber
H A Dsp-linear-gradient.cpp31 * Callback: set attribute.
33 void SPLinearGradient::set(unsigned int key, const gchar* value) { function in class:SPLinearGradient
56 SPGradient::set(key, value);
H A Dsp-mesh-patch.cpp76 * Virtual build: set meshpatch attributes from its associated XML node.
79 void SPMeshpatch::set(unsigned int key, const gchar* value) { function in class:SPMeshpatch
95 * Virtual set: set attribute to value.
H A Dsp-mesh-row.cpp71 * Virtual build: set meshrow attributes from its associated XML node.
74 void SPMeshrow::set(unsigned int /*key*/, const gchar* /*value*/) { function in class:SPMeshrow
78 * Virtual set: set attribute to value.
H A Dsp-missing-glyph.cpp49 void SPMissingGlyph::set(unsigned int key, const gchar* value) { function in class:SPMissingGlyph
98 SPObject::set(key, value);
H A Dsp-script.cpp58 void SPScript::set(unsigned int key, const gchar* value) { function in class:SPScript
69 SPObject::set(key, value);
H A Dsp-solid-color.cpp41 * Virtual build: set solidcolor attributes from its associated XML node.
44 void SPSolidColor::set(unsigned int key, const gchar* value) { function in class:SPSolidColor
50 SPPaintServer::set(key, value);
55 * Virtual set: set attribute to value.
H A Dsp-tag.cpp73 SPTag::set(unsigned int key, gchar const *value) function in class:SPTag
84 SPObject::set(key, value);
H A Dsp-glyph.cpp106 void SPGlyph::set(unsigned int key, const gchar *value) function in class:SPGlyph
213 SPObject::set(key, value);
H A Dsp-polyline.cpp35 void SPPolyLine::set(unsigned int key, const gchar* value) { function in class:SPPolyLine
101 SPShape::set(key, value);
H A Dsp-anchor.cpp53 void SPAnchor::set(unsigned int key, const gchar* value) { function in class:SPAnchor
72 SPGroup::set(key, value);
H A Dsp-radial-gradient.cpp42 void SPRadialGradient::set(unsigned key, gchar const *value) { function in class:SPRadialGradient
102 SPGradient::set(key, value);
H A Dsp-tag-use.cpp84 SPTagUse::set(unsigned key, gchar const *value) function in class:SPTagUse
95 // First, set the href field, because sp_tag_use_href_changed will need it.
113 SPObject::set(key, value);
/inkscape/src/xml/
H A Dhelper-observer.cpp13 set(NULL); // if _oldsel!=nullptr, remove observer and decrease refcount
17 void SignalObserver::set(SPObject* o) function in class:Inkscape::XML::SignalObserver
/inkscape/src/debug/
H A Devent-tracker.h34 inline void set() { function in class:Inkscape::Debug::EventTrackerBase
43 inline void set(A const &a) { function in class:Inkscape::Debug::EventTrackerBase
52 inline void set(A const &a, B const &b) { function in class:Inkscape::Debug::EventTrackerBase
61 inline void set(A const &a, B const &b, C const &c) { function in class:Inkscape::Debug::EventTrackerBase
71 inline void set(A const &a, B const &b, C const &c, D const &d) { function in class:Inkscape::Debug::EventTrackerBase
81 inline void set(A const &a, B const &b, C const &c, D const &d, E const &e) function in class:Inkscape::Debug::EventTrackerBase
92 inline void set(A const &a, B const &b, C const &c, function in class:Inkscape::Debug::EventTrackerBase
105 inline void set(A const &a, B const &b, C const &c, D const &d, function in class:Inkscape::Debug::EventTrackerBase
118 inline void set(A const &a, B const &b, C const &c, D const &d, function in class:Inkscape::Debug::EventTrackerBase
/inkscape/src/display/
H A Dnr-style.cpp28 void NRStyle::Paint::set(SPColor const &c) function in class:NRStyle::Paint
35 void NRStyle::Paint::set(SPPaintServer *ps) function in class:NRStyle::Paint
95 void NRStyle::set(SPStyle *style, SPStyle *context_style) function in class:NRStyle
104 //std::cerr << "NRStyle::set: 'context-fill': 'context_style' is NULL" << std::endl;
110 //std::cerr << "NRStyle::set: 'context-stroke': 'context_style' is NULL" << std::endl;
117 fill.set(server);
119 fill.set(style_fill->value.color);
124 fill.set(style_fill->value.color);
129 //std::cerr << "NRStyle::set: fill: context-fill: Double" << std::endl;
131 //std::cerr << "NRStyle::set
[all...]
/inkscape/src/extension/param/
H A Dcolor.cpp38 guint32 ParamColor::set( guint32 in, SPDocument * /*doc*/, Inkscape::XML::Node * /*node*/ ) function in class:Inkscape::Extension::ParamColor

Completed in 2263 milliseconds

123456