Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:units

387    png_charp units, png_charpp params)
412 length = png_strlen(units) + 1;
413 png_debug1(3, "allocating units for info (%lu bytes)\n", length);
417 png_warning(png_ptr, "Insufficient memory for pCAL units.");
420 png_memcpy(info_ptr->pcal_units, units, (png_size_t)length);