Searched refs:PNG_HAVE_IEND (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngpread.c1054 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
1151 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
1344 if (!(png_ptr->mode & PNG_HAVE_IHDR) || (png_ptr->mode & PNG_HAVE_IEND))
H A Dpngread.c1074 } while (!(png_ptr->mode & PNG_HAVE_IEND));
H A Dpng.h2549 #define PNG_HAVE_IEND 0x10 macro
H A Dpngrutil.c554 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND);
H A Dpngwutil.c658 png_ptr->mode |= PNG_HAVE_IEND;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngread.c1113 } while (!(png_ptr->mode & PNG_HAVE_IEND));
H A Dpngrutil.c654 png_ptr->mode |= (PNG_AFTER_IDAT | PNG_HAVE_IEND);
H A Dpngwutil.c705 png_ptr->mode |= PNG_HAVE_IEND;
H A Dpng.h2927 #define PNG_HAVE_IEND 0x10 macro

Completed in 236 milliseconds