Searched refs:Booleen (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/livarot/
H A Dint-line.h63 void Booleen(IntLigne* a, IntLigne* b, BooleanOp mod);
H A DShape.h38 * the main use of this class is the ConvertToShape() (or Booleen(), quite the same) function, which
288 int Booleen(Shape *a, Shape *b, BooleanOp mod, int cutPathID = -1);
474 // fonctions annexes pour ConvertToShape et Booleen
H A Dint-line.cpp179 void IntLigne::Booleen(IntLigne *a, IntLigne *b, BooleanOp mod) function in class:IntLigne
H A DShapeSweep.cpp838 Shape::Booleen (Shape * a, Shape * b, BooleanOp mod,int cutPathID) function in class:Shape
/inkscape/src/
H A Dsp-flowregion.cpp345 temp->Booleen(const_cast<Shape*>(add_shape), *base_shape, bool_op_union);
H A Dsp-flowtext.cpp394 shapes->back().Booleen(*it, const_cast<Shape*>(exclusion_shape), bool_op_diff);
426 shape_temp->Booleen(shape, c_child->computed, bool_op_union);
H A Dsplivarot.cpp177 theShape->Booleen(theShapeB, theShapeA, bop);
183 // then it's fed to Booleen() which will uncross it against the other path
186 // the Booleen need to invert the ones inside the source polygon (for the subsequent
190 // that's how the Booleen() function knows it's an edge of the cut
213 theShape->Booleen(theShapeB, theShapeA, bool_op_cut, 1);
301 // the Booleen() function did not deallocated the point_data array in theShape, because this
516 theShape->Booleen(theShapeB, theShapeA, bop);
534 // then it's fed to Booleen() which will uncross it against the other path
537 // the Booleen need to invert the ones inside the source polygon (for the subsequent
541 // that's how the Booleen() functio
[all...]

Completed in 43 milliseconds