HomeSort by relevance Sort by last modified time
    Searched refs:new_iccp_profile (Results 1 - 2 of 2) sorted by null

  /external/libpng/
pngset.c 599 png_charp new_iccp_profile; local
615 new_iccp_profile = (png_charp)png_malloc_warn(png_ptr, proflen);
616 if (new_iccp_profile == NULL)
623 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
629 info_ptr->iccp_profile = new_iccp_profile;
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 681 png_charp new_iccp_profile; local
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;
    [all...]

Completed in 1574 milliseconds