Searched defs:reprs (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ |
H A D | path-chemistry.cpp | 239 std::vector<Inkscape::XML::Node*> reprs; local 266 reprs.push_back(repr); 270 selection->setReprList(reprs);
|
H A D | sp-clippath.cpp | 299 const gchar *SPClipPath::create (std::vector<Inkscape::XML::Node*> &reprs, SPDocument *document, Geom::Affine const* applyTransform) argument 311 for (std::vector<Inkscape::XML::Node*>::const_iterator it = reprs.begin(); it != reprs.end(); ++it) {
|
H A D | sp-marker.cpp | 427 const gchar *generate_marker(std::vector<Inkscape::XML::Node*> &reprs, Geom::Rect bounds, SPDocument *document, Geom::Point center, Geom::Affine move) argument 450 for (std::vector<Inkscape::XML::Node*>::const_iterator i=reprs.begin();i!=reprs.end();++i){
|
H A D | sp-mask.cpp | 201 sp_mask_create (std::vector<Inkscape::XML::Node*> &reprs, SPDocument *document, Geom::Affine const* applyTransform) argument 213 for (std::vector<Inkscape::XML::Node*>::const_iterator it = reprs.begin(); it != reprs.end(); ++it) {
|
H A D | text-chemistry.cpp | 482 std::vector<Inkscape::XML::Node*> reprs; local 514 reprs.push_back(repr); 522 selection->setReprList(reprs);
|
H A D | sp-pattern.cpp | 381 const gchar *SPPattern::produce(const std::vector<Inkscape::XML::Node *> &reprs, Geom::Rect bounds, argument 402 for (NodePtrIterator i = reprs.begin(); i != reprs.end(); ++i) {
|
Completed in 23 milliseconds