Home
last modified time | relevance | path

Searched refs:repr_id (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-lpe-item.cpp698 const gchar * repr_id = new_lpeobj->getRepr()->attribute("id"); in addPathEffect() local
699 gchar *hrefstr = g_strdup_printf("#%s", repr_id); in addPathEffect()
1348 const gchar * repr_id = new_lpeobjs[found_index]->getRepr()->attribute("id"); in replacePathEffects() local
1349 gchar *hrefstr = g_strdup_printf("#%s", repr_id); in replacePathEffects()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Deffect.cpp1106 const gchar * repr_id = repr->attribute("id"); in createAndApply() local
1109 gchar *href = g_strdup_printf("#%s", repr_id); in createAndApply()