HomeSort by relevance Sort by last modified time
    Searched refs:zlib_level (Results 1 - 6 of 6) sorted by null

  /external/libpng/
pngwutil.c 539 png_ptr->zlib_level = Z_DEFAULT_COMPRESSION;
546 ret = deflateInit2(&png_ptr->zstream, png_ptr->zlib_level,
    [all...]
pngwrite.c     [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngwutil.c 519 png_ptr->zlib_level = Z_DEFAULT_COMPRESSION;
526 if (deflateInit2(&png_ptr->zstream, png_ptr->zlib_level,
    [all...]
pngwrite.c     [all...]
png.h 1156 int zlib_level; \/* holds zlib compression level *\/ member in struct:png_struct_def
    [all...]

Completed in 128 milliseconds