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

  /external/chromium_org/third_party/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/libpng/
pngset.c 616 png_bytep new_iccp_profile; local
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;
    [all...]

Completed in 204 milliseconds