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

/inkscape/src/svg/
H A Dsvg-length.cpp78 // TODO unsafe code ingnoring bufLen
80 static unsigned int sp_svg_number_write_i(gchar *buf, int bufLen, int val) argument
96 // TODO unsafe code ingnoring bufLen
98 static unsigned sp_svg_number_write_d(gchar *buf, int bufLen, double val, unsigned int tprec, unsigned int fprec) argument
149 unsigned int sp_svg_number_write_de(gchar *buf, int bufLen, double val, unsigned int tprec, int min_exp) argument
161 return sp_svg_number_write_d(buf, bufLen, val, tprec, 0);
164 int p = sp_svg_number_write_d(buf, bufLen, val, tprec, 0);
166 p += sp_svg_number_write_i(buf + p, bufLen - p, eval);
/inkscape/src/
H A Dcolor-profile.cpp1255 Glib::ustring Inkscape::CMSSystem::setDisplayPer( gpointer buf, guint bufLen, int screen, int monitor ) argument
1275 if ( buf && bufLen ) {
1276 gsize len = bufLen; // len is an inout parameter
1281 item.hprof = cmsOpenProfileFromMem(buf, bufLen);

Completed in 45 milliseconds