Searched refs:lengthh (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
376 if (sheight == NULL || (lengthh = png_strlen(sheight)) == 0 ||
377 sheight[0] == 45 /* '-' */ || !png_check_fp_string(sheight, lengthh))
396 ++lengthh;
398 png_debug1(3, "allocating unit for info (%u bytes)", (unsigned int)lengthh);
400 info_ptr->scal_s_height = (png_charp)png_malloc_warn(png_ptr, lengthh);
411 png_memcpy(info_ptr->scal_s_height, sheight, lengthh);

Completed in 76 milliseconds