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

/inkscape/src/
H A Dsp-lpe-item.cpp485 gchar *hrefstr = g_strdup_printf("#%s", repr_id); local
486 this->addPathEffect(hrefstr, false);
487 g_free(hrefstr);
890 gchar *hrefstr = g_strdup_printf("#%s", repr_id); local
891 hreflist.push_back( std::string(hrefstr) );
892 g_free(hrefstr);

Completed in 65 milliseconds