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

Lines Matching refs:new_iccp_profile

681    png_charp new_iccp_profile;
694 new_iccp_profile = (png_charp)png_malloc_warn(png_ptr, proflen);
695 if (new_iccp_profile == NULL)
701 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
707 info_ptr->iccp_profile = new_iccp_profile;