Home | History | Annotate | Download | only in libpng

Lines Matching defs:window_bits

398             int window_bits;
402 window_bits = 15;
405 window_bits = 0;
407 # define window_bits 0
424 ret = inflateReset2(&png_ptr->zstream, window_bits);
433 ret = inflateInit2(&png_ptr->zstream, window_bits);
449 # ifdef window_bits
450 # undef window_bits
4526 * IDAT stream has a bogus deflate header window_bits value, but this should