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

/external/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.c337 png_decompress_chunk(png_structp png_ptr, int comp_type, function
1146 png_decompress_chunk(png_ptr, compression_type,
2204 png_decompress_chunk(png_ptr, comp_type,
2351 png_decompress_chunk(png_ptr, comp_type,
H A Dpng.h3281 PNG_EXTERN void png_decompress_chunk PNGARG((png_structp png_ptr,
/external/chromium_org/third_party/libpng/
H A Dpngusr.h162 #define png_decompress_chunk wk_png_decompress_chunk macro
H A Dpngrutil.c320 png_decompress_chunk(png_structp png_ptr, int comp_type, function
1130 png_decompress_chunk(png_ptr, compression_type,
2188 png_decompress_chunk(png_ptr, comp_type,
2335 png_decompress_chunk(png_ptr, comp_type,
H A Dpng.h3204 PNG_EXTERN void png_decompress_chunk PNGARG((png_structp png_ptr,
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c184 png_decompress_chunk(png_structp png_ptr, int comp_type, function
1064 chunkdata = png_decompress_chunk(png_ptr, compression_type, chunkdata,
2015 chunkdata = (png_charp)png_decompress_chunk(png_ptr, comp_type, chunkdata,
2131 chunkdata = png_decompress_chunk(png_ptr, comp_type, chunkdata,
H A Dpng.h2985 PNG_EXTERN png_charp png_decompress_chunk PNGARG((png_structp png_ptr,

Completed in 138 milliseconds