Searched defs:uncompressed_length (Results 1 - 3 of 3) sorted by relevance

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

Completed in 108 milliseconds