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 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/
pngtest.c 1157 png_uint_32 proflen; local
    [all...]

Completed in 73 milliseconds