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

/inkscape/src/
H A Dsp-flowregion.cpp337 static void UnionShape(Shape **base_shape, Shape const *add_shape) argument
342 (*base_shape)->Copy(const_cast<Shape*>(add_shape));
343 } else if ( add_shape->hasEdges() ) {
345 temp->Booleen(const_cast<Shape*>(add_shape), *base_shape, bool_op_union);

Completed in 14 milliseconds