Searched refs:pathvr (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | wmf-print.cpp | 703 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 D | emf-print.cpp | 1195 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