Searched refs:exclusion_shape (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | sp-flowtext.h | 58 void _buildLayoutInput(SPObject *root, Shape const *exclusion_shape, std::list<Shape> *shapes, SPObject **pending_line_break_object);
|
H A D | sp-flowtext.cpp | 336 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 602 milliseconds