Searched refs:PNG_HAVE_IEND (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngpread.c1317 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
1414 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
1618 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
H A Dpngpriv.h297 #define PNG_HAVE_IEND 0x10 macro
H A Dpngread.c1067 } while (!(png_ptr->mode & PNG_HAVE_IEND));
H A Dpngrutil.c786 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND);
H A Dpngwutil.c1065 png_ptr->mode |= PNG_HAVE_IEND;

Completed in 411 milliseconds