Searched refs:png_decompress_chunk (Results 1 – 7 of 7) sorted by relevance
/external/libpng/ |
D | pngrutil.c | 337 png_decompress_chunk(png_structp png_ptr, int comp_type, in png_decompress_chunk() function 1146 png_decompress_chunk(png_ptr, compression_type, in png_handle_iCCP() 2204 png_decompress_chunk(png_ptr, comp_type, in png_handle_zTXt() 2351 png_decompress_chunk(png_ptr, comp_type, in png_handle_iTXt()
|
D | CHANGES | 697 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() by John Bowler from libpng-1.4.1.
|
D | png.h | 3281 PNG_EXTERN void png_decompress_chunk PNGARG((png_structp png_ptr,
|
D | libpng-1.2.46.txt | 424 by png_decompress_chunk() while decompressing iTXt, zTXt, and iCCP chunks.
|
D | libpng-1.2.44.txt | 424 by png_decompress_chunk() while decompressing iTXt, zTXt, and iCCP chunks.
|
/external/qemu/distrib/libpng-1.2.19/ |
D | pngrutil.c | 184 png_decompress_chunk(png_structp png_ptr, int comp_type, in png_decompress_chunk() function 1064 chunkdata = png_decompress_chunk(png_ptr, compression_type, chunkdata, in png_handle_iCCP() 2015 chunkdata = (png_charp)png_decompress_chunk(png_ptr, comp_type, chunkdata, in png_handle_zTXt() 2131 chunkdata = png_decompress_chunk(png_ptr, comp_type, chunkdata, in png_handle_iTXt()
|
D | png.h | 2985 PNG_EXTERN png_charp png_decompress_chunk PNGARG((png_structp png_ptr,
|