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

/inkscape/src/libcroco/
H A Dcr-attr-sel.c189 guchar *tmp_str = NULL; local
193 tmp_str = cr_attr_sel_to_string (a_this);
195 if (tmp_str) {
196 fprintf (a_fp, "%s", tmp_str);
197 g_free (tmp_str);
198 tmp_str = NULL;
H A Dcr-pseudo.c133 guchar *tmp_str = NULL; local
136 tmp_str = cr_pseudo_to_string (a_this);
137 if (tmp_str) {
138 fprintf (a_fp, "%s", tmp_str);
139 g_free (tmp_str);
140 tmp_str = NULL;
H A Dcr-additional-sel.c289 guchar *tmp_str = NULL; local
291 tmp_str = cr_pseudo_to_string
293 if (tmp_str) {
296 tmp_str);
297 g_free (tmp_str);
298 tmp_str = NULL;
306 guchar *tmp_str = NULL; local
309 tmp_str = cr_attr_sel_to_string
311 if (tmp_str) {
313 (str_buf, "%s]", tmp_str);
389 guchar *tmp_str = NULL; local
406 guchar *tmp_str = NULL; local
444 guchar *tmp_str = NULL; local
[all...]
H A Dcr-selector.c155 guchar *tmp_str = NULL; local
157 tmp_str = cr_simple_sel_to_string
160 if (tmp_str) {
165 g_string_append (str_buf, (const gchar *) tmp_str);
167 g_free (tmp_str);
168 tmp_str = NULL;
H A Dcr-simple-sel.c143 guchar *tmp_str = NULL; local
145 tmp_str = cr_additional_sel_to_string (cur->add_sel);
146 if (tmp_str) {
147 g_string_append (str_buf, (const gchar *) tmp_str);
148 g_free (tmp_str);
149 tmp_str = NULL;
185 guchar *tmp_str = NULL; local
187 tmp_str = cr_additional_sel_to_string (a_this->add_sel);
188 if (tmp_str) {
190 (str_buf, "%s", tmp_str);
219 guchar *tmp_str = NULL; local
[all...]
H A Dcr-term.c356 guchar *tmp_str = NULL; local
358 tmp_str = cr_term_to_string
362 if (tmp_str) {
364 (const gchar *) tmp_str);
365 g_free (tmp_str);
366 tmp_str = NULL;
422 guchar *tmp_str = NULL; local
425 tmp_str = cr_rgb_to_string (cur->content.rgb);
427 if (tmp_str) {
428 g_string_append (str_buf, (const gchar *) tmp_str);
550 guchar *tmp_str = NULL; local
618 guchar *tmp_str = NULL; local
[all...]
H A Dcr-statement.c605 gchar *tmp_str = NULL, local
619 tmp_str =
622 if (tmp_str) {
623 g_string_append (stringue, tmp_str);
624 g_free (tmp_str);
625 tmp_str = NULL;
630 tmp_str = (gchar *) cr_declaration_list_to_string2
633 if (tmp_str) {
634 g_string_append (stringue, tmp_str);
635 g_free (tmp_str);
671 gchar *result = NULL, *tmp_str = NULL ; local
[all...]
H A Dcr-style.c2331 guchar *tmp_str = NULL; local
2339 tmp_str = cr_num_to_string (&a_prop_val->sv);
2340 if (!tmp_str) {
2344 g_string_append_printf (str, "sv: %s ", tmp_str);
2345 g_free (tmp_str);
2346 tmp_str = NULL;
2348 tmp_str = cr_num_to_string (&a_prop_val->cv);
2349 if (!tmp_str) {
2353 g_string_append_printf (str, "cv: %s ", tmp_str);
2354 g_free (tmp_str);
2385 guchar *tmp_str = NULL; local
2662 gchar *tmp_str = NULL; local
[all...]
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1713 SVGOStringStream tmp_str; local
2363 tmp_str << "\n\tM " << pix_to_xy( d, pt16.x, pt16.y) << " ";
2367 tmp_str << "\n\tL " << pix_to_xy( d, pt16.x, pt16.y) << " ";
2370 tmp_path << tmp_str.str().c_str();
2692 tmp_str << poly_path.str().c_str();
2693 tmp_str << " z";
2694 tmp_str << " \n";
2697 tmp_path << tmp_str.str().c_str();
H A Demf-inout.cpp1682 SVGOStringStream tmp_str; local
1893 tmp_str <<
1898 tmp_str << "\n\tC ";
1900 tmp_str << pix_to_xy( d, pEmr->aptl[i].x, pEmr->aptl[i].y) << " ";
1904 tmp_path << tmp_str.str().c_str();
1920 tmp_str <<
1925 tmp_str <<
1930 tmp_path << tmp_str.str().c_str();
1947 tmp_str <<
1952 tmp_str <<
[all...]

Completed in 64 milliseconds