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

/external/libpng/
H A Dpng.c1036 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) &&
1044 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
1052 if (png_ptr->mode & PNG_HAVE_PNG_SIGNATURE)
H A Dpngwutil.c71 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
467 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
H A Dpngread.c383 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
H A Dpngwrite.c41 if ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) && \
H A Dpng.h2996 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro
/external/qemu/distrib/libpng-1.2.19/
H A Dpngset.c320 if((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE)&&png_ptr->mng_features_permitted)
326 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
330 if(png_ptr->mode&PNG_HAVE_PNG_SIGNATURE)
H A Dpngwutil.c139 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
447 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
H A Dpngread.c347 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
H A Dpngwrite.c35 if((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE)&&(png_ptr->mng_features_permitted))
H A Dpng.h2713 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro

Completed in 86 milliseconds