Searched defs:shapes (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dconn-avoid-ref.cpp146 Avoid::IntList shapes; local
148 item->document->router->attachedShapes(shapes, shapeId, type);
150 Avoid::IntList::iterator finish = shapes.end();
151 for (Avoid::IntList::iterator i = shapes.begin(); i != finish; ++i) {
H A Dsp-flowtext.cpp336 void SPFlowtext::_buildLayoutInput(SPObject *root, Shape const *exclusion_shape, std::list<Shape> *shapes, SPObject **pending_line_break_object) argument
392 shapes->push_back(Shape());
394 shapes->back().Booleen(*it, const_cast<Shape*>(exclusion_shape), bool_op_diff);
396 shapes->back().Copy(*it);
398 layout.appendWrapShape(&shapes->back());
403 _buildLayoutInput(child, exclusion_shape, shapes, pending_line_break_object);
441 std::list<Shape> shapes; local
446 _buildLayoutInput(this, exclusion_shape, &shapes, &pending_line_break_object);
/inkscape/src/live_effects/parameter/
H A Dpath.cpp218 std::set<ShapeRecord> shapes; local
229 shapes.insert(r);
230 nt->_multipath->setItems(shapes);
/inkscape/src/libavoid/
H A Drouter.cpp167 // Remove remaining shapes.
634 // Examine shapes.
700 // Returns a list of shape Ids of all the shapes attached to the
702 void Router::attachedShapes(IntList &shapes, const unsigned int shapeId, argument
713 shapes.push_back((*i)->_srcId);
721 shapes.push_back((*i)->_dstId);
977 // Compute enclosing shapes.
1385 fprintf(fp, "Number of shapes: %d\n", st_shapes);

Completed in 23 milliseconds