/inkscape/src/filters/ |
H A D | mergenode.cpp | 64 * Receives update notifications. 66 void SPFeMergeNode::update(SPCtx *ctx, guint flags) { function in class:SPFeMergeNode 71 SPObject::update(ctx, flags);
|
H A D | tile.cpp | 56 * Receives update notifications. 58 void SPFeTile::update(SPCtx *ctx, guint flags) { function in class:SPFeTile 66 SPFilterPrimitive::update(ctx, flags);
|
H A D | distantlight.cpp | 123 * * Receives update notifications. 125 void SPFeDistantLight::update(SPCtx *ctx, guint flags) { function in class:SPFeDistantLight 132 SPObject::update(ctx, flags);
|
H A D | pointlight.cpp | 146 * * Receives update notifications. 148 void SPFePointLight::update(SPCtx *ctx, guint flags) { function in class:SPFePointLight 156 SPObject::update(ctx, flags);
|
H A D | spotlight.cpp | 265 * * Receives update notifications. 267 void SPFeSpotLight::update(SPCtx *ctx, guint flags) { function in class:SPFeSpotLight 280 SPObject::update(ctx, flags);
|
H A D | offset.cpp | 83 * Receives update notifications. 85 void SPFeOffset::update(SPCtx *ctx, guint flags) { function in class:SPFeOffset 91 SPFilterPrimitive::update(ctx, flags);
|
H A D | blend.cpp | 162 * Receives update notifications. 164 void SPFeBlend::update(SPCtx *ctx, guint flags) { function in class:SPFeBlend 184 SPFilterPrimitive::update(ctx, flags);
|
H A D | colormatrix.cpp | 109 * Receives update notifications. 111 void SPFeColorMatrix::update(SPCtx *ctx, guint flags) { function in class:SPFeColorMatrix 119 SPFilterPrimitive::update(ctx, flags);
|
H A D | componenttransfer-funcnode.cpp | 178 * Receives update notifications. 180 void SPFeFuncNode::update(SPCtx *ctx, guint flags) { function in class:SPFeFuncNode 181 std::cout << "SPFeFuncNode::update" << std::endl; 192 SPObject::update(ctx, flags);
|
H A D | convolvematrix.cpp | 259 * Receives update notifications. 261 void SPFeConvolveMatrix::update(SPCtx *ctx, guint flags) { function in class:SPFeConvolveMatrix 269 SPFilterPrimitive::update(ctx, flags);
|
H A D | flood.cpp | 126 * Receives update notifications. 128 void SPFeFlood::update(SPCtx *ctx, guint flags) { function in class:SPFeFlood 136 SPFilterPrimitive::update(ctx, flags);
|
H A D | gaussian-blur.cpp | 70 * Receives update notifications. 72 void SPGaussianBlur::update(SPCtx *ctx, guint flags) { function in class:SPGaussianBlur 77 SPFilterPrimitive::update(ctx, flags);
|
H A D | merge.cpp | 58 * Receives update notifications. 60 void SPFeMerge::update(SPCtx *ctx, guint flags) { function in class:SPFeMerge 65 SPFilterPrimitive::update(ctx, flags);
|
H A D | morphology.cpp | 110 * Receives update notifications. 112 void SPFeMorphology::update(SPCtx *ctx, guint flags) { function in class:SPFeMorphology 120 SPFilterPrimitive::update(ctx, flags);
|
H A D | turbulence.cpp | 172 * Receives update notifications. 174 void SPFeTurbulence::update(SPCtx *ctx, guint flags) { function in class:SPFeTurbulence 182 SPFilterPrimitive::update(ctx, flags);
|
/inkscape/src/ |
H A D | sp-defs.cpp | 33 void SPDefs::update(SPCtx *ctx, guint flags) { function in class:SPDefs
|
H A D | sp-script.cpp | 50 void SPScript::update(SPCtx* /*ctx*/, unsigned int /*flags*/) { function in class:SPScript
|
H A D | sp-tag.cpp | 96 * Receives update notifications. 99 SPTag::update(SPCtx *ctx, guint flags) function in class:SPTag 107 SPObject::update(ctx, flags);
|
H A D | sp-glyph.cpp | 220 * Receives update notifications. 222 void SPGlyph::update(SPCtx *ctx, guint flags) function in class:SPGlyph 238 SPObject::update(ctx, flags);
|
H A D | sp-string.cpp | 162 void SPString::update(SPCtx * /*ctx*/, unsigned /*flags*/) { function in class:SPString
|
H A D | sp-font.cpp | 154 * Receives update notifications. 156 void SPFont::update(SPCtx *ctx, guint flags) { function in class:SPFont 166 SPObject::update(ctx, flags);
|
H A D | sp-glyph-kerning.cpp | 145 * Receives update notifications. 147 void SPGlyphKerning::update(SPCtx *ctx, guint flags) function in class:SPGlyphKerning 157 SPObject::update(ctx, flags);
|
H A D | sp-line.cpp | 73 void SPLine::update(SPCtx *ctx, guint flags) { function in class:SPLine 82 this->x1.update(em, ex, w); 83 this->x2.update(em, ex, w); 84 this->y1.update(em, ex, h); 85 this->y2.update(em, ex, h); 90 SPShape::update(ctx, flags); 154 this->setCurveInsync(c, TRUE); // *_insync does not call update, avoiding infinite recursion when set_shape is called by update
|
/inkscape/src/display/ |
H A D | nr-style.cpp | 341 update(); 346 // update fill pattern 378 // update text decoration pattern 478 void NRStyle::update() function in class:NRStyle 480 // force pattern update
|
/inkscape/src/widgets/ |
H A D | stroke-marker-selector.h | 46 bool update() { return updating; }; function in class:MarkerComboBox
|