Home
last modified time | relevance | path

Searched refs:uncompressed_length (Results 1 – 3 of 3) sorted by relevance

/external/skia/third_party/libpng/
Dpngrutil.c2569 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local
2576 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_zTXt()
2585 buffer[uncompressed_length+(keyword_length+2)] = 0; in png_handle_zTXt()
2590 text.text_length = uncompressed_length; in png_handle_zTXt()
2680 png_alloc_size_t uncompressed_length = 0; in png_handle_iTXt() local
2705 uncompressed_length = length - prefix_length; in png_handle_iTXt()
2709 uncompressed_length = PNG_SIZE_MAX; in png_handle_iTXt()
2716 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_iTXt()
2730 buffer[uncompressed_length+prefix_length] = 0; in png_handle_iTXt()
2743 text.itxt_length = uncompressed_length; in png_handle_iTXt()
/external/libpng/
Dpngrutil.c2571 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local
2578 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_zTXt()
2587 buffer[uncompressed_length+(keyword_length+2)] = 0; in png_handle_zTXt()
2592 text.text_length = uncompressed_length; in png_handle_zTXt()
2682 png_alloc_size_t uncompressed_length = 0; in png_handle_iTXt() local
2707 uncompressed_length = length - prefix_length; in png_handle_iTXt()
2711 uncompressed_length = PNG_SIZE_MAX; in png_handle_iTXt()
2718 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_iTXt()
2732 buffer[uncompressed_length+prefix_length] = 0; in png_handle_iTXt()
2745 text.itxt_length = uncompressed_length; in png_handle_iTXt()
/external/pdfium/third_party/libpng16/
Dpngrutil.c2569 png_alloc_size_t uncompressed_length = PNG_SIZE_MAX; in png_handle_zTXt() local
2576 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_zTXt()
2585 buffer[uncompressed_length+(keyword_length+2)] = 0; in png_handle_zTXt()
2590 text.text_length = uncompressed_length; in png_handle_zTXt()
2680 png_alloc_size_t uncompressed_length = 0; in png_handle_iTXt() local
2705 uncompressed_length = length - prefix_length; in png_handle_iTXt()
2709 uncompressed_length = PNG_SIZE_MAX; in png_handle_iTXt()
2716 &uncompressed_length, 1/*terminate*/) == Z_STREAM_END) in png_handle_iTXt()
2730 buffer[uncompressed_length+prefix_length] = 0; in png_handle_iTXt()
2743 text.itxt_length = uncompressed_length; in png_handle_iTXt()