Searched defs:png_IDAT (Results 1 - 5 of 5) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngunknown.c111 #define png_IDAT PNG_U32( 73, 68, 65, 84) macro
192 { "IDAT", PNG_INFO_IDAT, png_IDAT, 0, 0, START, 0 }, /* must be [0] */
/external/libpng/
H A Dpngpriv.h795 #define png_IDAT PNG_U32( 73, 68, 65, 84) macro
/external/pdfium/third_party/libpng16/
H A Dpngpriv.h766 #define png_IDAT PNG_U32( 73, 68, 65, 84) macro
/external/skia/third_party/libpng/
H A Dpngpriv.h766 #define png_IDAT PNG_U32( 73, 68, 65, 84) macro
/external/libpng/contrib/tools/
H A Dpngfix.c112 #define png_IDAT PNG_U32( 73, 68, 65, 84) macro
1615 /* This may return png_IDAT for errors detected (late) in the header; that
1617 * that if the chunk_type is png_IDAT and the file write count is 8 this is
1628 if (code <= LIBPNG_ERROR_CODE && type == png_IDAT &&
1793 /* When the chunk is png_IDAT instantiate an IDAT control structure in place
1935 * png_IDAT, process the whole stream using the list data to check validity
1956 * the caller, if this is png_IDAT return 'skip' to the caller.
1958 if (file->type == png_IDAT)
1980 type_message(file, png_IDAT, "extra uncompressed data");
2847 if (type != png_IDAT)
[all...]

Completed in 65 milliseconds