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

  /external/libpng/contrib/examples/
iccfrompng.c 37 extract(FILE *fp, png_uint_32 *proflen)
44 *proflen = 0;
72 proflen) & PNG_INFO_iCCP)
74 result = malloc(*proflen);
76 memcpy(result, profile, *proflen);
98 png_uint_32 proflen = 0; local
99 png_bytep profile = extract(fp, &proflen);
127 if (fwrite(profile, proflen, 1, of) == 1 &&
  /external/libpng/contrib/libtests/
makepng.c 1158 png_uint_32 proflen = 0; local
    [all...]
  /external/libpng/
pngset.c 629 png_const_bytep profile, png_uint_32 proflen)
651 proflen, profile, info_ptr->color_type);
676 png_malloc_warn(png_ptr, proflen));
687 memcpy(new_iccp_profile, profile, proflen);
691 info_ptr->iccp_proflen = proflen;
    [all...]
pngget.c 738 png_bytepp profile, png_uint_32 *proflen)
745 proflen != NULL)
749 *proflen = png_get_uint_32(info_ptr->iccp_profile);
    [all...]
pngtest.c 1157 png_uint_32 proflen; local
    [all...]
png.h     [all...]
  /external/pdfium/third_party/lpng_v163/
pngset.c 612 png_const_bytep profile, png_uint_32 proflen)
634 proflen, profile, info_ptr->color_type);
658 png_malloc_warn(png_ptr, proflen));
668 memcpy(new_iccp_profile, profile, proflen);
672 info_ptr->iccp_proflen = proflen;
    [all...]
pngget.c 705 png_bytepp profile, png_uint_32 *proflen)
711 proflen != NULL)
715 *proflen = png_get_uint_32(info_ptr->iccp_profile);
    [all...]
png.h     [all...]
  /external/opencv3/3rdparty/libpng/
pngset.c 619 png_const_bytep profile, png_uint_32 proflen)
640 new_iccp_profile = (png_bytep)png_malloc_warn(png_ptr, proflen);
650 png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
654 info_ptr->iccp_proflen = proflen;
    [all...]
pngget.c 680 png_bytepp profile, png_uint_32 *proflen)
686 proflen != NULL)
693 *proflen = info_ptr->iccp_proflen;
png.h     [all...]
pngpriv.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
pngpriv.h     [all...]

Completed in 421 milliseconds