Searched refs:lengthw (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngset.c359 png_size_t lengthw = 0, lengthh = 0; local
372 if (swidth == NULL || (lengthw = png_strlen(swidth)) == 0 ||
373 swidth[0] == 45 /* '-' */ || !png_check_fp_string(swidth, lengthw))
382 ++lengthw;
384 png_debug1(3, "allocating unit for info (%u bytes)", (unsigned int)lengthw);
386 info_ptr->scal_s_width = (png_charp)png_malloc_warn(png_ptr, lengthw);
394 png_memcpy(info_ptr->scal_s_width, swidth, lengthw);

Completed in 121 milliseconds