Searched refs:PNG_HAVE_PNG_SIGNATURE (Results 1 – 11 of 11) sorted by relevance
2465 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) &&2473 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&2481 if (png_ptr->mode & PNG_HAVE_PNG_SIGNATURE)
64 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_write_sig()848 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) && in png_write_IHDR()
507 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro
96 if ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) && \ in png_write_info_before_PLTE()
142 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_read_sig()
2558 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) &&2566 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&2574 if (png_ptr->mode & PNG_HAVE_PNG_SIGNATURE)
65 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_write_sig()849 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) && in png_write_IHDR()
554 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro
97 if ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) && \ in png_write_info_before_PLTE()
143 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_read_sig()
976 Added new PNG_HAVE_PNG_SIGNATURE bit to png_ptr->mode and use it to982 Revised test for PNG_HAVE_PNG_SIGNATURE in pngrutil.c