Searched refs:png_decompress_chunk (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A DCHANGES697 Added data_length parameter to png_decompress_chunk() function
812 Added a warning in png_decompress_chunk() when it runs out of data, e.g.
901 Fixed error handling of unknown compression type in png_decompress_chunk().
2053 Fix overflow of "msg" in png_decompress_chunk().
2204 png_decompress_chunk().
2208 png_decompress_chunk() and remove chunkdata from parameter list.
2521 Apply png_user_chunk_cache_max within png_decompress_chunk().
2653 Backported new png_decompress_chunk() algorithm from libpng-1.4.1.
2656 Backported two-pass png_decompress_chunk() algorithm from libpng-1.4.1.
2670 Ported rewritten png_decompress_chunk() b
[all...]
H A Dpngrutil.c320 png_decompress_chunk(png_structp png_ptr, int comp_type, function
1123 png_decompress_chunk(png_ptr, compression_type,
2173 png_decompress_chunk(png_ptr, comp_type,
2320 png_decompress_chunk(png_ptr, comp_type,
/external/libpng/
H A Dpngrutil.c602 png_decompress_chunk(png_structrp png_ptr, function
2573 /* TODO: at present png_decompress_chunk imposes a single application
2577 if (png_decompress_chunk(png_ptr, length, keyword_length+2,
2713 /* TODO: at present png_decompress_chunk imposes a single application
2717 if (png_decompress_chunk(png_ptr, length, prefix_length,
/external/pdfium/third_party/libpng16/
H A Dpngrutil.c601 png_decompress_chunk(png_structrp png_ptr, function
2571 /* TODO: at present png_decompress_chunk imposes a single application
2575 if (png_decompress_chunk(png_ptr, length, keyword_length+2,
2711 /* TODO: at present png_decompress_chunk imposes a single application
2715 if (png_decompress_chunk(png_ptr, length, prefix_length,
/external/skia/third_party/libpng/
H A Dpngrutil.c601 png_decompress_chunk(png_structrp png_ptr, function
2571 /* TODO: at present png_decompress_chunk imposes a single application
2575 if (png_decompress_chunk(png_ptr, length, keyword_length+2,
2711 /* TODO: at present png_decompress_chunk imposes a single application
2715 if (png_decompress_chunk(png_ptr, length, prefix_length,
/external/syslinux/com32/include/
H A Dpng.h3199 PNG_EXTERN void png_decompress_chunk PNGARG((png_structp png_ptr,

Completed in 123 milliseconds