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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpng.c937 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) &&
945 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
953 if (png_ptr->mode & PNG_HAVE_PNG_SIGNATURE)
H A Dpngpriv.h305 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro
H A Dpngwutil.c110 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
776 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
H A Dpngwrite.c69 if ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) && \
H A Dpngrutil.c173 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;

Completed in 54 milliseconds