Home
last modified time | relevance | path

Searched refs:png_decompress_chunk (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/lib/libpng/
Dpngrutil.c320 png_decompress_chunk(png_structp png_ptr, int comp_type, in png_decompress_chunk() function
1123 png_decompress_chunk(png_ptr, compression_type, in png_handle_iCCP()
2173 png_decompress_chunk(png_ptr, comp_type, in png_handle_zTXt()
2320 png_decompress_chunk(png_ptr, comp_type, in png_handle_iTXt()
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() by John Bowler from libpng-1.4.1.
/external/pdfium/third_party/libpng16/
Dpngrutil.c601 png_decompress_chunk(png_structrp png_ptr, in png_decompress_chunk() function
2575 if (png_decompress_chunk(png_ptr, length, keyword_length+2, in png_handle_zTXt()
2715 if (png_decompress_chunk(png_ptr, length, prefix_length, in png_handle_iTXt()
/external/skia/third_party/libpng/
Dpngrutil.c601 png_decompress_chunk(png_structrp png_ptr, in png_decompress_chunk() function
2575 if (png_decompress_chunk(png_ptr, length, keyword_length+2, in png_handle_zTXt()
2715 if (png_decompress_chunk(png_ptr, length, prefix_length, in png_handle_iTXt()
/external/libpng/
Dpngrutil.c602 png_decompress_chunk(png_structrp png_ptr, in png_decompress_chunk() function
2577 if (png_decompress_chunk(png_ptr, length, keyword_length+2, in png_handle_zTXt()
2717 if (png_decompress_chunk(png_ptr, length, prefix_length, in png_handle_iTXt()
DCHANGES760 Added data_length parameter to png_decompress_chunk() function
887 Added a warning in png_decompress_chunk() when it runs out of data, e.g.
991 Fixed error handling of unknown compression type in png_decompress_chunk().
2107 png_decompress_chunk().
2111 png_decompress_chunk(), and remove "chunkdata" from parameter list.
2449 Apply png_user_chunk_cache_max within png_decompress_chunk().
2652 Revised png_decompress_chunk() to improve speed and memory usage when
2660 Revised png_decompress_chunk() to use a two-pass method suggested by
5669 Conditionally compile png_decompress_chunk().
/external/syslinux/com32/include/
Dpng.h3199 PNG_EXTERN void png_decompress_chunk PNGARG((png_structp png_ptr,