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

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp2150 SVGOStringStream tmp_rectangle; local
2151 tmp_rectangle << "\n\tM " << pix_to_xy( d, left , top ) << " ";
2152 tmp_rectangle << "\n\tL " << pix_to_xy( d, right, top ) << " ";
2153 tmp_rectangle << "\n\tL " << pix_to_xy( d, right, bottom ) << " ";
2154 tmp_rectangle << "\n\tL " << pix_to_xy( d, left, bottom ) << " ";
2155 tmp_rectangle << "\n\tz";
2159 tmp_path << tmp_rectangle.str().c_str();
2175 SVGOStringStream tmp_rectangle; local
2176 tmp_rectangle << "\n"
2180 tmp_rectangle << "
2230 SVGOStringStream tmp_rectangle; local
2285 SVGOStringStream tmp_rectangle; local
2323 SVGOStringStream tmp_rectangle; local
2727 SVGOStringStream tmp_rectangle; local
[all...]
H A Demf-inout.cpp2611 SVGOStringStream tmp_rectangle; local
2612 tmp_rectangle << "\n\tM " << pix_to_xy( d, rc.left , rc.top ) << " ";
2613 tmp_rectangle << "\n\tL " << pix_to_xy( d, rc.right, rc.top ) << " ";
2614 tmp_rectangle << "\n\tL " << pix_to_xy( d, rc.right, rc.bottom ) << " ";
2615 tmp_rectangle << "\n\tL " << pix_to_xy( d, rc.left, rc.bottom ) << " ";
2616 tmp_rectangle << "\n\tz";
2620 tmp_path << tmp_rectangle.str().c_str();
2635 SVGOStringStream tmp_rectangle; local
2636 tmp_rectangle << "\n"
2640 tmp_rectangle << "
2953 SVGOStringStream tmp_rectangle; local
3441 SVGOStringStream tmp_rectangle; local
[all...]

Completed in 939 milliseconds