Searched defs:update (Results 1 - 25 of 94) sorted by relevance

1234

/inkscape/src/filters/
H A Dmergenode.cpp64 * Receives update notifications.
66 void SPFeMergeNode::update(SPCtx *ctx, guint flags) { function in class:SPFeMergeNode
71 SPObject::update(ctx, flags);
H A Dtile.cpp56 * Receives update notifications.
58 void SPFeTile::update(SPCtx *ctx, guint flags) { function in class:SPFeTile
66 SPFilterPrimitive::update(ctx, flags);
H A Ddistantlight.cpp123 * * Receives update notifications.
125 void SPFeDistantLight::update(SPCtx *ctx, guint flags) { function in class:SPFeDistantLight
132 SPObject::update(ctx, flags);
H A Dpointlight.cpp146 * * Receives update notifications.
148 void SPFePointLight::update(SPCtx *ctx, guint flags) { function in class:SPFePointLight
156 SPObject::update(ctx, flags);
H A Dspotlight.cpp265 * * Receives update notifications.
267 void SPFeSpotLight::update(SPCtx *ctx, guint flags) { function in class:SPFeSpotLight
280 SPObject::update(ctx, flags);
H A Doffset.cpp83 * Receives update notifications.
85 void SPFeOffset::update(SPCtx *ctx, guint flags) { function in class:SPFeOffset
91 SPFilterPrimitive::update(ctx, flags);
H A Dblend.cpp162 * Receives update notifications.
164 void SPFeBlend::update(SPCtx *ctx, guint flags) { function in class:SPFeBlend
184 SPFilterPrimitive::update(ctx, flags);
H A Dcolormatrix.cpp109 * Receives update notifications.
111 void SPFeColorMatrix::update(SPCtx *ctx, guint flags) { function in class:SPFeColorMatrix
119 SPFilterPrimitive::update(ctx, flags);
H A Dcomponenttransfer-funcnode.cpp178 * 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 Dconvolvematrix.cpp259 * Receives update notifications.
261 void SPFeConvolveMatrix::update(SPCtx *ctx, guint flags) { function in class:SPFeConvolveMatrix
269 SPFilterPrimitive::update(ctx, flags);
H A Dflood.cpp126 * Receives update notifications.
128 void SPFeFlood::update(SPCtx *ctx, guint flags) { function in class:SPFeFlood
136 SPFilterPrimitive::update(ctx, flags);
H A Dgaussian-blur.cpp70 * Receives update notifications.
72 void SPGaussianBlur::update(SPCtx *ctx, guint flags) { function in class:SPGaussianBlur
77 SPFilterPrimitive::update(ctx, flags);
H A Dmerge.cpp58 * Receives update notifications.
60 void SPFeMerge::update(SPCtx *ctx, guint flags) { function in class:SPFeMerge
65 SPFilterPrimitive::update(ctx, flags);
H A Dmorphology.cpp110 * Receives update notifications.
112 void SPFeMorphology::update(SPCtx *ctx, guint flags) { function in class:SPFeMorphology
120 SPFilterPrimitive::update(ctx, flags);
H A Dturbulence.cpp172 * Receives update notifications.
174 void SPFeTurbulence::update(SPCtx *ctx, guint flags) { function in class:SPFeTurbulence
182 SPFilterPrimitive::update(ctx, flags);
/inkscape/src/
H A Dsp-defs.cpp33 void SPDefs::update(SPCtx *ctx, guint flags) { function in class:SPDefs
H A Dsp-script.cpp50 void SPScript::update(SPCtx* /*ctx*/, unsigned int /*flags*/) { function in class:SPScript
H A Dsp-tag.cpp96 * Receives update notifications.
99 SPTag::update(SPCtx *ctx, guint flags) function in class:SPTag
107 SPObject::update(ctx, flags);
H A Dsp-glyph.cpp220 * Receives update notifications.
222 void SPGlyph::update(SPCtx *ctx, guint flags) function in class:SPGlyph
238 SPObject::update(ctx, flags);
H A Dsp-string.cpp162 void SPString::update(SPCtx * /*ctx*/, unsigned /*flags*/) { function in class:SPString
H A Dsp-font.cpp154 * Receives update notifications.
156 void SPFont::update(SPCtx *ctx, guint flags) { function in class:SPFont
166 SPObject::update(ctx, flags);
H A Dsp-glyph-kerning.cpp145 * Receives update notifications.
147 void SPGlyphKerning::update(SPCtx *ctx, guint flags) function in class:SPGlyphKerning
157 SPObject::update(ctx, flags);
H A Dsp-line.cpp73 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 Dnr-style.cpp341 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 Dstroke-marker-selector.h46 bool update() { return updating; }; function in class:MarkerComboBox

Completed in 475 milliseconds

1234