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

  /external/libpng/
pngstruct.h 40 # define PNGZ_MSG_CAST(s) png_constcast(char*,s)
43 # define PNGZ_MSG_CAST(s) (s)
png.c 973 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return code");
978 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected end of LZ stream");
985 png_ptr->zstream.msg = PNGZ_MSG_CAST("missing LZ dictionary");
990 png_ptr->zstream.msg = PNGZ_MSG_CAST("zlib IO error");
995 png_ptr->zstream.msg = PNGZ_MSG_CAST("bad parameters to zlib");
999 png_ptr->zstream.msg = PNGZ_MSG_CAST("damaged LZ stream");
1003 png_ptr->zstream.msg = PNGZ_MSG_CAST("insufficient memory");
1010 png_ptr->zstream.msg = PNGZ_MSG_CAST("truncated");
1014 png_ptr->zstream.msg = PNGZ_MSG_CAST("unsupported zlib version");
1023 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return")
    [all...]
pngwutil.c 317 png_ptr->zstream.msg = PNGZ_MSG_CAST("in use by IDAT");
605 png_ptr->zstream.msg = PNGZ_MSG_CAST("compressed data too long");
    [all...]
pngrutil.c 589 png_ptr->zstream.msg = PNGZ_MSG_CAST("zstream unclaimed");
822 png_ptr->zstream.msg = PNGZ_MSG_CAST("zstream unclaimed");
    [all...]
  /external/pdfium/third_party/libpng16/
pngstruct.h 40 # define PNGZ_MSG_CAST(s) png_constcast(char*,s)
43 # define PNGZ_MSG_CAST(s) (s)
png.c 973 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return code");
978 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected end of LZ stream");
985 png_ptr->zstream.msg = PNGZ_MSG_CAST("missing LZ dictionary");
990 png_ptr->zstream.msg = PNGZ_MSG_CAST("zlib IO error");
995 png_ptr->zstream.msg = PNGZ_MSG_CAST("bad parameters to zlib");
999 png_ptr->zstream.msg = PNGZ_MSG_CAST("damaged LZ stream");
1003 png_ptr->zstream.msg = PNGZ_MSG_CAST("insufficient memory");
1010 png_ptr->zstream.msg = PNGZ_MSG_CAST("truncated");
1014 png_ptr->zstream.msg = PNGZ_MSG_CAST("unsupported zlib version");
1023 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return")
    [all...]
pngwutil.c 317 png_ptr->zstream.msg = PNGZ_MSG_CAST("in use by IDAT");
605 png_ptr->zstream.msg = PNGZ_MSG_CAST("compressed data too long");
    [all...]
pngrutil.c 588 png_ptr->zstream.msg = PNGZ_MSG_CAST("zstream unclaimed");
820 png_ptr->zstream.msg = PNGZ_MSG_CAST("zstream unclaimed");
    [all...]
  /external/skia/third_party/libpng/
pngstruct.h 40 # define PNGZ_MSG_CAST(s) png_constcast(char*,s)
43 # define PNGZ_MSG_CAST(s) (s)
png.c 973 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return code");
978 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected end of LZ stream");
985 png_ptr->zstream.msg = PNGZ_MSG_CAST("missing LZ dictionary");
990 png_ptr->zstream.msg = PNGZ_MSG_CAST("zlib IO error");
995 png_ptr->zstream.msg = PNGZ_MSG_CAST("bad parameters to zlib");
999 png_ptr->zstream.msg = PNGZ_MSG_CAST("damaged LZ stream");
1003 png_ptr->zstream.msg = PNGZ_MSG_CAST("insufficient memory");
1010 png_ptr->zstream.msg = PNGZ_MSG_CAST("truncated");
1014 png_ptr->zstream.msg = PNGZ_MSG_CAST("unsupported zlib version");
1023 png_ptr->zstream.msg = PNGZ_MSG_CAST("unexpected zlib return")
    [all...]
pngwutil.c 317 png_ptr->zstream.msg = PNGZ_MSG_CAST("in use by IDAT");
605 png_ptr->zstream.msg = PNGZ_MSG_CAST("compressed data too long");
    [all...]
pngrutil.c 588 png_ptr->zstream.msg = PNGZ_MSG_CAST("zstream unclaimed");
820 png_ptr->zstream.msg = PNGZ_MSG_CAST("zstream unclaimed");
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 77 # define PNGZ_MSG_CAST(s) constcast(char*,s)
80 # define PNGZ_MSG_CAST(s) (s)
    [all...]

Completed in 4076 milliseconds