Home
last modified time | relevance | path

Searched refs:PNG_HAVE_PNG_SIGNATURE (Results 1 – 11 of 11) sorted by relevance

/external/libpng/
Dpng.c2673 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) != 0 &&
2681 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
2689 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) != 0)
Dpngwutil.c65 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_write_sig()
773 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) && in png_write_IHDR()
Dpngpriv.h627 #define PNG_HAVE_PNG_SIGNATURE 0x1000U macro
Dpngwrite.c97 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) != 0 && \ in png_write_info_before_PLTE()
Dpngrutil.c149 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_read_sig()
DCHANGES984 Added new PNG_HAVE_PNG_SIGNATURE bit to png_ptr->mode and use it to
990 Revised test for PNG_HAVE_PNG_SIGNATURE in pngrutil.c
/external/pdfium/third_party/libpng16/
Dpng.c2635 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) != 0 &&
2643 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
2651 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) != 0)
Dpngwutil.c65 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_write_sig()
768 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) && in png_write_IHDR()
Dpngpriv.h572 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro
Dpngwrite.c97 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) != 0 && \ in png_write_info_before_PLTE()
Dpngrutil.c149 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_read_sig()