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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpng.c1066 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) &&
1074 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
1082 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.c372 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
H A Dpngwrite.c41 if ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) && \
H A Dpng.h2941 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngset.c305 if((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE)&&png_ptr->mng_features_permitted)
311 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
315 if(png_ptr->mode&PNG_HAVE_PNG_SIGNATURE)
H A Dpngwutil.c136 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
442 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) &&
H A Dpngread.c335 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE;
H A Dpngwrite.c33 if((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE)&&(png_ptr->mng_features_permitted))
H A Dpng.h2557 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro

Completed in 86 milliseconds