Searched defs:tmp_vect (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp2263 Geom::PathVector tmp_vect = sp_svg_read_pathv(d->clips.strings[real_idx]); local
2267 tmp_vect *= tf;
2268 char *tmp_path = sp_svg_write_path(tmp_vect);
H A Demf-inout.cpp2241 Geom::PathVector tmp_vect = sp_svg_read_pathv(d->clips.strings[real_idx]); local
2245 tmp_vect *= tf;
2246 char *tmp_path = sp_svg_write_path(tmp_vect);

Completed in 38 milliseconds