Home
last modified time | relevance | path

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

/external/syslinux/com32/lib/libpng/
Dpng.c1066 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) && in png_check_IHDR()
1074 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) && in png_check_IHDR()
1082 if (png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) in png_check_IHDR()
Dpngwutil.c71 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_write_sig()
467 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) && in png_write_IHDR()
Dpngwrite.c41 if ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) && \ in png_write_info_before_PLTE()
Dpngread.c379 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_read_info()
DCHANGES895 Added new PNG_HAVE_PNG_SIGNATURE bit to png_ptr->mode and use it to
900 Revised test for PNG_HAVE_PNG_SIGNATURE in pngrutil.c
/external/skia/third_party/libpng/
Dpng.c2600 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) != 0 &&
2608 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
2616 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()
/external/libpng/
Dpng.c2632 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) != 0 &&
2640 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
2648 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.h601 #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()
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.c2601 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) != 0 &&
2609 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
2617 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()
/external/syslinux/com32/include/
Dpng.h2919 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro