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

Lines Matching refs:pcal_units

414    info_ptr->pcal_units = (png_charp)png_malloc_warn(png_ptr, length);
415 if (info_ptr->pcal_units == NULL)
420 png_memcpy(info_ptr->pcal_units, units, (png_size_t)length);