| /inkscape/share/extensions/ |
| H A D | synfig_fileformat.py | 41 layers["PasteCanvas"].update({ 54 layers["circle"].update({ 64 layers["rectangle"].update({ 73 default_shape.update({ 84 layers["region"].update({ 89 layers["outline"].update({ 104 layers["linear_gradient"].update({ 113 layers["radial_gradient"].update({ 125 layers["import"].update({ 157 layers["blur"].update({ [all...] |
| /inkscape/po/ |
| H A D | update_po_files.sh | 6 type -p intltool-update >/dev/null 2>/dev/null 8 intltool-update --pot >/dev/null 2>&1 15 echo "Could not create POT file (intltool-update not found). Exiting."
|
| /inkscape/src/ui/widget/ |
| H A D | licensor.h | 34 void update (SPDocument *doc);
|
| H A D | text.h | 54 void update();
|
| H A D | entity-entry.h | 32 virtual void update (SPDocument *doc) = 0; 50 void update (SPDocument *doc); 61 void update (SPDocument *doc);
|
| /inkscape/src/ |
| 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
|
| H A D | sp-defs.h | 28 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | sp-script.h | 31 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | sp-string.h | 28 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | sp-symbol.cpp | 71 void SPSymbol::update(SPCtx *ctx, guint flags) { function in class:SPSymbol 78 SPGroup::update((SPCtx *) &rctx, flags); 87 SPGroup::update(ctx, flags);
|
| H A D | box3d-side.h | 39 virtual void update(SPCtx *ctx, unsigned int flags);
|
| /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 | blend.h | 36 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | colormatrix.h | 36 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | componenttransfer-funcnode.h | 47 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | displacementmap.h | 44 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | distantlight.h | 42 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | flood.h | 36 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | gaussian-blur.h | 35 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | image.h | 47 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | merge.h | 29 virtual void update(SPCtx* ctx, unsigned int flags);
|
| H A D | mergenode.h | 36 virtual void update(SPCtx* ctx, unsigned int flags);
|
| /inkscape/src/util/ |
| H A D | ziptool.h | 55 void update(unsigned char b); 57 void update(char *str); 82 void update(unsigned char b); 84 void update(char *str); 86 void update(const std::vector<unsigned char> &buf);
|
| /inkscape/src/ui/dialog/ |
| H A D | document-metadata.cpp | 101 update(); 200 void DocumentMetadata::update() function in class:Inkscape::UI::Dialog::DocumentMetadata 208 /* update the RDF entities */ 210 (*it)->update (SP_ACTIVE_DOCUMENT); 212 _licensor.update (SP_ACTIVE_DOCUMENT); 222 update(); 230 update(); 248 dialog->update();
|