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

/inkscape/src/extension/internal/
H A Demf-inout.cpp686 SVGOStringStream stmp; local
687 stmp << " <linearGradient id=\"";
688 stmp << hgradname;
689 stmp << "\" x1=\"";
690 stmp << pix_to_x_point(d, tv1.x , tv1.y);
691 stmp << "\" y1=\"";
692 stmp << pix_to_y_point(d, tv1.x , tv1.y);
693 stmp << "\" x2=\"";
695 stmp << pix_to_x_point(d, tv2.x , tv1.y);
696 stmp << "\" y
[all...]

Completed in 18 milliseconds