Home | History | Annotate | Download | only in libpng

Lines Matching defs:new_iccp_profile

616    png_bytep new_iccp_profile;
658 new_iccp_profile = png_voidcast(png_bytep,
661 if (new_iccp_profile == NULL)
669 memcpy(new_iccp_profile, profile, proflen);
675 info_ptr->iccp_profile = new_iccp_profile;