Searched refs:replaced (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/2geom/ |
| H A D | path.h | 707 void replace(iterator replaced, Curve const &curve); 709 void replace(iterator replaced, Path const &path); 713 void replace(iterator replaced, Iter first, Iter last) { argument 714 replace(replaced, replaced + 1, first, last);
|
| H A D | path.cpp | 926 void Path::replace(iterator replaced, Curve const &curve) 928 replace(replaced, replaced + 1, curve); 942 void Path::replace(iterator replaced, Path const &path) 944 replace(replaced, path.begin(), path.end());
|
Completed in 46 milliseconds