Searched refs:tmp_poly (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Demf-inout.cpp3255 SVGOStringStream tmp_poly; local
3262 tmp_poly << "\n\tM " << pix_to_xy( d, apts[first].x, apts[first].y ) << " ";
3265 tmp_poly << "\n\tL " << pix_to_xy( d, apts[i].x, apts[i].y ) << " ";
3268 tmp_path << tmp_poly.str().c_str();

Completed in 25 milliseconds