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

/inkscape/src/extension/internal/
H A Dwmf-print.cpp703 Geom::PathVector pathvc, pathvr; local
709 pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_oddEven, frb);
712 print_pathv(pathvr, fill_transform);
728 pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_nonZero, frb);
729 print_pathv(pathvr, fill_transform); // show the intersection
752 Geom::PathVector pathvc, pathvr; local
758 pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_nonZero, frb);
759 print_pathv(pathvr, fill_transform);
765 pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_nonZero, frb);
766 print_pathv(pathvr, fill_transfor
781 Geom::PathVector pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_nonZero, frb); local
[all...]
H A Demf-print.cpp1195 Geom::PathVector pathvc, pathvr; local
1201 pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_oddEven, frb);
1204 print_pathv(pathvr, fill_transform);
1220 pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_nonZero, frb);
1221 print_pathv(pathvr, fill_transform); // show the intersection
1332 Geom::PathVector pathvc, pathvr; local
1338 pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_nonZero, frb);
1339 print_pathv(pathvr, fill_transform);
1345 pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_nonZero, frb);
1346 print_pathv(pathvr, fill_transfor
1361 Geom::PathVector pathvr = sp_pathvector_boolop(pathvc, pathv, bool_op_inters, (FillRule) fill_nonZero, frb); local
[all...]

Completed in 22 milliseconds