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

/inkscape/src/
H A Dsp-flowtext.h58 void _buildLayoutInput(SPObject *root, Shape const *exclusion_shape, std::list<Shape> *shapes, SPObject **pending_line_break_object);
H A Dsp-flowtext.cpp336 void SPFlowtext::_buildLayoutInput(SPObject *root, Shape const *exclusion_shape, std::list<Shape> *shapes, SPObject **pending_line_break_object) argument
393 if (exclusion_shape->hasEdges()) {
394 shapes->back().Booleen(*it, const_cast<Shape*>(exclusion_shape), bool_op_diff);
403 _buildLayoutInput(child, exclusion_shape, shapes, pending_line_break_object);
444 Shape *exclusion_shape = _buildExclusionShape(); local
446 _buildLayoutInput(this, exclusion_shape, &shapes, &pending_line_break_object);
447 delete exclusion_shape;

Completed in 604 milliseconds