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

/inkscape/src/libcroco/
H A Dcr-num.c112 size_t const buflen = 35; /* fairly arbitrary. */ local
113 tmp_char1 = (guchar *)g_malloc (buflen);
114 g_ascii_formatd ((gchar *)tmp_char1, buflen, "%.17f", a_this->val);
/inkscape/src/
H A Dsp-object.cpp1330 size_t const buflen = name_len + (sizeof(count) * 10 / 4) + 1; local
1331 gchar *const buf = (gchar *) g_malloc(buflen);
1334 size_t const count_buflen = buflen - name_len;

Completed in 263 milliseconds