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

/inkscape/src/
H A Dsplivarot.cpp64 void sp_selected_path_boolop(Inkscape::Selection *selection, SPDesktop *desktop, bool_op bop, const unsigned int verb=SP_VERB_NONE, const Glib::ustring description="");
138 sp_pathvector_boolop(Geom::PathVector const &pathva, Geom::PathVector const &pathvb, bool_op bop, fill_typ fra, fill_typ frb) argument
162 if ( bop == bool_op_inters || bop == bool_op_union || bop == bool_op_diff || bop == bool_op_symdiff ) {
177 theShape->Booleen(theShapeB, theShapeA, bop);
179 } else if ( bop == bool_op_cut ) {
215 } else if ( bop == bool_op_slice ) {
293 if ( bop
335 sp_selected_path_boolop(Inkscape::Selection *selection, SPDesktop *desktop, bool_op bop, const unsigned int verb, const Glib::ustring description) argument
[all...]
H A Dsplivarot.h70 Geom::PathVector sp_pathvector_boolop(Geom::PathVector const &pathva, Geom::PathVector const &pathvb, bool_op bop, FillRule fra, FillRule frb);

Completed in 84 milliseconds