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

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp656 Geom::PathVector old_vect = sp_svg_read_pathv(d->clips.strings[real_idx]); local
658 combined_vect = sp_pathvector_boolop(new_vect, old_vect, (bool_op) op , (FillRule) fill_oddEven, (FillRule) fill_oddEven);
H A Demf-inout.cpp747 Geom::PathVector old_vect = sp_svg_read_pathv(d->clips.strings[real_idx]); local
749 combined_vect = sp_pathvector_boolop(new_vect, old_vect, (bool_op) op , (FillRule) fill_oddEven, (FillRule) fill_oddEven);

Completed in 271 milliseconds