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

  /external/libpng/contrib/libtests/
pngunknown.c 181 { "IDAT", PNG_INFO_IDAT, png_IDAT, 0, 0, START, 0 }, /* must be [0] */
829 /* Only png_read_png sets PNG_INFO_IDAT! */
831 PNG_INFO_IDAT;
    [all...]
pngimage.c 859 if ((dp->chunks & PNG_INFO_IDAT) == 0) /* set by png_read_png */
    [all...]
  /external/chromium_org/third_party/libpng/
png.c 597 info_ptr->valid &= ~PNG_INFO_IDAT;
pngset.c     [all...]
pngread.c     [all...]
pngwrite.c     [all...]
png.h     [all...]
  /external/libpng/
pngset.c     [all...]
png.h     [all...]
pngwrite.c     [all...]
png.c 629 info_ptr->valid &= ~PNG_INFO_IDAT;
    [all...]
pngread.c     [all...]

Completed in 792 milliseconds