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

  /external/libpng/
pngset.c 632 png_bytep new_iccp_profile; local
675 new_iccp_profile = png_voidcast(png_bytep,
678 if (new_iccp_profile == NULL)
687 memcpy(new_iccp_profile, profile, proflen);
693 info_ptr->iccp_profile = new_iccp_profile;
    [all...]
  /external/opencv3/3rdparty/libpng/
pngset.c 622 png_bytep new_iccp_profile; local
640 new_iccp_profile = (png_bytep)png_malloc_warn(png_ptr, proflen);
642 if (new_iccp_profile == NULL)
650 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
656 info_ptr->iccp_profile = new_iccp_profile;
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 615 png_bytep new_iccp_profile; local
657 new_iccp_profile = png_voidcast(png_bytep,
660 if (new_iccp_profile == NULL)
668 memcpy(new_iccp_profile, profile, proflen);
674 info_ptr->iccp_profile = new_iccp_profile;
    [all...]

Completed in 186 milliseconds