Searched refs:Outline (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/extension/internal/filter/ |
H A D | morphology.h | 12 * Outline 130 \brief Custom predefined Outline filter. 155 class Outline : public Inkscape::Extension::Internal::Filter::Filter { class in namespace:Inkscape::Extension::Internal::Filter 160 Outline ( ) : Filter() { }; function in class:Inkscape::Extension::Internal::Filter::Outline 161 virtual ~Outline ( ) { if (_filter != NULL) g_free((void *)_filter); return; } 166 "<name>" N_("Outline") "</name>\n" 167 "<id>org.inkscape.effect.filter.Outline</id>\n" 208 "</inkscape-extension>\n", new Outline()); 214 Outline::get_filter_text (Inkscape::Extension::Extension * ext) 296 "<filter xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\" style=\"color-interpolation-filters:sRGB;\" height=\"1.4\" width=\"1.4\" y=\"-0.2\" x=\"-0.2\" inkscape:label=\"Outline\">\ [all...] |
H A D | filter-all.cpp | 93 Outline::init();
|
/inkscape/src/livarot/ |
H A D | Path.h | 149 void Outline(Path *dest, double width, JoinType join, ButtType butt,
|
H A D | PathOutline.cpp | 24 void Path::Outline(Path *dest, double width, JoinType join, ButtType butt, double miter) function in class:Path
|
/inkscape/src/ |
H A D | splivarot.cpp | 1005 // For dashed strokes, use Stroke method, because Outline can't do dashes 1015 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter); 1029 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter); 1273 // For dashed strokes, use Stroke method, because Outline can't do dashes 1283 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter); 1300 orig->Outline(res, 0.5 * o_width, o_join, o_butt, 0.5 * o_miter);
|
Completed in 29 milliseconds