Lines Matching refs:tmp_path

1712     SVGOStringStream tmp_path;
2001 tmp_path << "\n\tL " << pix_to_xy( d, pt16.x, pt16.y) << " ";
2014 tmp_path <<
2025 SVGOStringStream tmp_path;
2028 tmp_path << "M " << faraway << "," << faraway << " ";
2029 tmp_path << "L " << faraway << "," << -faraway << " ";
2030 tmp_path << "L " << -faraway << "," << -faraway << " ";
2031 tmp_path << "L " << -faraway << "," << faraway << " ";
2032 tmp_path << "z ";
2034 tmp_path << "M " << pix_to_xy( d, rc.left , rc.top ) << " ";
2035 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " ";
2036 tmp_path << "L " << pix_to_xy( d, rc.right, rc.bottom ) << " ";
2037 tmp_path << "L " << pix_to_xy( d, rc.left, rc.bottom ) << " ";
2038 tmp_path << "z";
2040 add_clips(d, tmp_path.str().c_str(), U_RGN_AND);
2052 SVGOStringStream tmp_path;
2053 tmp_path << "M " << pix_to_xy( d, rc.left , rc.top ) << " ";
2054 tmp_path << "L " << pix_to_xy( d, rc.right, rc.top ) << " ";
2055 tmp_path << "L " << pix_to_xy( d, rc.right, rc.bottom ) << " ";
2056 tmp_path << "L " << pix_to_xy( d, rc.left, rc.bottom ) << " ";
2057 tmp_path << "z";
2059 add_clips(d, tmp_path.str().c_str(), U_RGN_AND);
2076 tmp_path << "\n\tM " << pix_to_xy(d, start.x, start.y);
2077 tmp_path << " A " << pix_to_abs_size(d, size.x)/2.0 << "," << pix_to_abs_size(d, size.y)/2.0;
2078 tmp_path << " ";
2079 tmp_path << 180.0 * current_rotation(d)/M_PI;
2080 tmp_path << " ";
2081 tmp_path << " " << f1 << "," << f2 << " ";
2082 tmp_path << pix_to_xy(d, end.x, end.y) << " \n";
2127 tmp_path << "\n\tM " << pix_to_xy(d, center.x, center.y);
2128 tmp_path << "\n\tL " << pix_to_xy(d, start.x, start.y);
2129 tmp_path << " A " << pix_to_abs_size(d, size.x)/2.0 << "," << pix_to_abs_size(d, size.y)/2.0;
2130 tmp_path << " ";
2131 tmp_path << 180.0 * current_rotation(d)/M_PI;
2132 tmp_path << " ";
2133 tmp_path << " " << f1 << "," << f2 << " ";
2134 tmp_path << pix_to_xy(d, end.x, end.y) << " \n";
2135 tmp_path << " z ";
2159 tmp_path << tmp_rectangle.str().c_str();
2222 tmp_path << tmp_rectangle.str().c_str();
2239 tmp_path << tmp_rectangle.str().c_str();
2268 char *tmp_path = sp_svg_write_path(tmp_vect);
2269 add_clips(d, tmp_path, U_RGN_COPY);
2270 free(tmp_path);
2296 tmp_path << tmp_rectangle.str().c_str();
2334 tmp_path << tmp_rectangle.str().c_str();
2370 tmp_path << tmp_str.str().c_str();
2371 if(iType==U_WMR_POLYGON){ tmp_path << " z"; }
2496 tmp_path << "\n\tM " << pix_to_xy(d, start.x, start.y);
2497 tmp_path << " A " << pix_to_abs_size(d, size.x)/2.0 << "," << pix_to_abs_size(d, size.y)/2.0 ;
2498 tmp_path << " ";
2499 tmp_path << 180.0 * current_rotation(d)/M_PI;
2500 tmp_path << " ";
2501 tmp_path << " " << f1 << "," << f2 << " ";
2502 tmp_path << pix_to_xy(d, end.x, end.y) << " \n";
2503 tmp_path << " z ";
2697 tmp_path << tmp_str.str().c_str();
2738 tmp_path << tmp_rectangle.str().c_str();
3056 d->path += tmp_path.str().c_str();