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

  /external/libpng/
pngpread.c     [all...]
pngread.c     [all...]
pngrutil.c 682 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND);
    [all...]
pngwutil.c 705 png_ptr->mode |= PNG_HAVE_IEND;
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 1062 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
    [all...]
pngread.c     [all...]
png.h     [all...]
pngwutil.c 667 png_ptr->mode |= PNG_HAVE_IEND;
    [all...]
pngrutil.c 566 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h 459 #define PNG_HAVE_IEND 0x10
    [all...]

Completed in 35 milliseconds