/inkscape/src/filters/ |
H A D | mergenode.cpp | 48 void SPFeMergeNode::set(unsigned int key, gchar const *value) { function in class:SPFeMergeNode 60 SPObject::set(key, value);
|
H A D | tile.cpp | 46 void SPFeTile::set(unsigned int key, gchar const *value) { function in class:SPFeTile 50 SPFilterPrimitive::set(key, value);
|
H A D | distantlight.cpp | 67 void SPFeDistantLight::set(unsigned int key, gchar const *value) { function in class:SPFeDistantLight 117 SPObject::set(key, value);
|
H A D | pointlight.cpp | 68 void SPFePointLight::set(unsigned int key, gchar const *value) { function in class:SPFePointLight 140 SPObject::set(key, value);
|
H A D | spotlight.cpp | 77 void SPFeSpotLight::set(unsigned int key, gchar const *value) { function in class:SPFeSpotLight 259 SPObject::set(key, value);
|
H A D | offset.cpp | 54 void SPFeOffset::set(unsigned int key, gchar const *value) { function in class:SPFeOffset 77 SPFilterPrimitive::set(key, value);
|
H A D | blend.cpp | 133 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 D | message-context.cpp | 30 void MessageContext::set(MessageType type, gchar const *message) { function in class:Inkscape::MessageContext 48 set(type, message);
|
H A D | number-opt-number.h | 95 void set(char const *str) function in class:NumberOptNumber
|
H A D | sp-linear-gradient.cpp | 31 * Callback: set attribute. 33 void SPLinearGradient::set(unsigned int key, const gchar* value) { function in class:SPLinearGradient 56 SPGradient::set(key, value);
|
H A D | sp-mesh-patch.cpp | 76 * 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 D | sp-mesh-row.cpp | 71 * 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 D | sp-missing-glyph.cpp | 49 void SPMissingGlyph::set(unsigned int key, const gchar* value) { function in class:SPMissingGlyph 98 SPObject::set(key, value);
|
H A D | sp-script.cpp | 58 void SPScript::set(unsigned int key, const gchar* value) { function in class:SPScript 69 SPObject::set(key, value);
|
H A D | sp-solid-color.cpp | 41 * 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 D | sp-tag.cpp | 73 SPTag::set(unsigned int key, gchar const *value) function in class:SPTag 84 SPObject::set(key, value);
|
H A D | sp-glyph.cpp | 106 void SPGlyph::set(unsigned int key, const gchar *value) function in class:SPGlyph 213 SPObject::set(key, value);
|
H A D | sp-polyline.cpp | 35 void SPPolyLine::set(unsigned int key, const gchar* value) { function in class:SPPolyLine 101 SPShape::set(key, value);
|
H A D | sp-anchor.cpp | 53 void SPAnchor::set(unsigned int key, const gchar* value) { function in class:SPAnchor 72 SPGroup::set(key, value);
|
H A D | sp-radial-gradient.cpp | 42 void SPRadialGradient::set(unsigned key, gchar const *value) { function in class:SPRadialGradient 102 SPGradient::set(key, value);
|
H A D | sp-tag-use.cpp | 84 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 D | helper-observer.cpp | 13 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 D | event-tracker.h | 34 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 D | nr-style.cpp | 28 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 D | color.cpp | 38 guint32 ParamColor::set( guint32 in, SPDocument * /*doc*/, Inkscape::XML::Node * /*node*/ ) function in class:Inkscape::Extension::ParamColor
|