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

  /external/libpng/contrib/examples/
iccfrompng.c 33 extract(FILE *fp, png_uint_32 *proflen)
40 *proflen = 0;
68 proflen) & PNG_INFO_iCCP)
70 result = malloc(*proflen);
72 memcpy(result, profile, *proflen);
94 png_uint_32 proflen = 0; local
95 png_bytep profile = extract(fp, &proflen);
123 if (fwrite(profile, proflen, 1, of) == 1 &&
  /external/libpng/contrib/libtests/
makepng.c 887 png_uint_32 proflen = 0; local
904 proflen = (png_uint_32)filelen;
922 proflen = (png_uint_32)(fake_len & ~3U);
924 png_save_uint_32(profile, proflen);
937 if (proflen & 3)
946 while (proflen & 3)
947 profile[proflen++] = 0;
950 if (profile != NULL && proflen > 3)
954 if (prof_header != proflen)
959 (unsigned long)proflen, (unsigned long)prof_header)
    [all...]
  /external/libpng/
pngtest.c 1129 png_uint_32 proflen; local
    [all...]

Completed in 67 milliseconds