Searched refs:urltext (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp302 gchar *urltext = _createPattern(state->getStrokePattern(), state, true); local
303 sp_repr_css_set_property(css, "stroke", urltext);
304 if (urltext) {
305 g_free(urltext);
393 gchar *urltext = _createPattern(state->getFillPattern(), state); local
394 sp_repr_css_set_property(css, "fill", urltext);
395 if (urltext) {
396 g_free(urltext);
473 gchar *urltext = g_strdup_printf ("url(#%s)", id); local
474 sp_repr_css_set_property(css, "fill", urltext);
541 gchar *urltext = g_strdup_printf ("url(#%s)", clip_path->attribute("id")); local
660 gchar *urltext = g_strdup_printf ("url(#%s)", id); local
[all...]
/inkscape/src/widgets/
H A Dfill-style.cpp634 gchar *urltext = g_strdup_printf("url(#%s)", patrepr->attribute("id")); local
635 sp_repr_css_set_property(css, (kind == FILL) ? "fill" : "stroke", urltext);
671 g_free(urltext);

Completed in 19 milliseconds