Searched defs:cstr (Results 1 - 5 of 5) sorted by relevance

/inkscape/cxxtest/
H A Dcxxtestgen.pl220 my $fileLine = cstr($fileName) . "," . $lineNo;
280 sub fileString() { return cstr(fileName()); }
286 sub cstr($) { subroutine
H A Dcxxtestgen.py257 'cfile' : cstr(file),
316 def cstr( str ): function
/inkscape/src/
H A Dpersp3d.cpp516 gchar * cstr; local
518 cstr = persp3d_get_VP(persp, Proj::axes[i]).coord_string();
519 g_print (" VP %s: %s\n", Proj::string_from_axis(Proj::axes[i]), cstr);
520 g_free(cstr);
522 cstr = persp3d_get_VP(persp, Proj::W).coord_string();
523 g_print (" Origin: %s\n", cstr);
524 g_free(cstr);
H A Dfile.cpp425 char const *cstr = ustr.c_str(); local
429 Glib::ustring::size_type const cstrLen = strlen(cstr);
466 int val = (0x0ff & cstr[i]);
/inkscape/src/widgets/
H A Ddesktop-widget.cpp1353 gchar *cstr; local
1354 cstr = g_strdup_printf("<tt>%7.2f </tt>", dt2r * p[Geom::X]);
1355 gtk_label_set_markup( GTK_LABEL(this->coord_status_x), cstr ); local
1356 g_free(cstr);
1358 cstr = g_strdup_printf("<tt>%7.2f </tt>", dt2r * p[Geom::Y]);
1359 gtk_label_set_markup( GTK_LABEL(this->coord_status_y), cstr ); local
1360 g_free(cstr);

Completed in 54 milliseconds