Home
last modified time | relevance | path

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

/external/qemu/distrib/libpng-1.2.46/
Dpng.c1036 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) && in png_check_IHDR()
1044 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) && in png_check_IHDR()
1052 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.c383 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_read_info()
Dpng.h2996 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro
/external/chromium_org/third_party/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()
Dpngread.c379 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_read_info()
Dpngwrite.c41 if ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) && \ in png_write_info_before_PLTE()
Dpng.h2924 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro
/external/libpng/
Dpng.c2524 if ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) &&
2532 ((png_ptr->mode & PNG_HAVE_PNG_SIGNATURE) == 0) &&
2540 if (png_ptr->mode & PNG_HAVE_PNG_SIGNATURE)
Dpngwutil.c65 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_write_sig()
849 ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) == 0) && in png_write_IHDR()
Dpngpriv.h554 #define PNG_HAVE_PNG_SIGNATURE 0x1000 macro
Dpngwrite.c97 if ((png_ptr->mode&PNG_HAVE_PNG_SIGNATURE) && \ in png_write_info_before_PLTE()
Dpngrutil.c143 png_ptr->mode |= PNG_HAVE_PNG_SIGNATURE; in png_read_sig()
DCHANGES976 Added new PNG_HAVE_PNG_SIGNATURE bit to png_ptr->mode and use it to
982 Revised test for PNG_HAVE_PNG_SIGNATURE in pngrutil.c