Searched defs:FeltFeather (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/extension/internal/filter/ | ||
H A D | distort.h | 30 \brief Custom predefined FeltFeather filter. 56 class FeltFeather : public Inkscape::Extension::Internal::Filter::Filter { class in namespace:Inkscape::Extension::Internal::Filter 61 FeltFeather ( ) : Filter() { }; function in class:Inkscape::Extension::Internal::Filter::FeltFeather 62 virtual ~FeltFeather ( ) { if (_filter != NULL) g_free((void *)_filter); return; } 68 "<id>org.inkscape.effect.filter.FeltFeather</id>\n" 101 "</inkscape-extension>\n", new FeltFeather()); 107 FeltFeather::get_filter_text (Inkscape::Extension::Extension * ext) |
Completed in 14 milliseconds