Searched defs:cstr (Results 1 - 5 of 5) sorted by relevance
/inkscape/cxxtest/ |
H A D | cxxtestgen.pl | 220 my $fileLine = cstr($fileName) . "," . $lineNo; 280 sub fileString() { return cstr(fileName()); } 286 sub cstr($) { subroutine
|
H A D | cxxtestgen.py | 257 'cfile' : cstr(file), 316 def cstr( str ): function
|
/inkscape/src/ |
H A D | persp3d.cpp | 516 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 D | file.cpp | 425 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 D | desktop-widget.cpp | 1353 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 31 milliseconds