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

/inkscape/src/livarot/
H A DPathCutting.cpp433 Geom::Path const pathtr = doTransformation ? path * tr : path; member in class:Geom
435 MoveTo( pathtr.initialPoint() );
437 for(Geom::Path::const_iterator cit = pathtr.begin(); cit != pathtr.end(); ++cit) {
441 if (pathtr.closed()) {

Completed in 24 milliseconds