Searched defs:idat_size (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngpread.c414 png_ptr->idat_size = png_ptr->push_length;
867 png_ptr->idat_size = png_ptr->push_length;
869 if (png_ptr->idat_size && png_ptr->save_buffer_size)
872 png_uint_32 idat_size = png_ptr->idat_size; local
874 /* We want the smaller of 'idat_size' and 'current_buffer_size', but they
880 if (idat_size < save_size)
881 save_size = (png_size_t)idat_size;
884 idat_size = (png_uint_32)save_size;
890 png_ptr->idat_size
899 png_uint_32 idat_size = png_ptr->idat_size; local
[all...]
H A Dpngstruct.h144 png_uint_32 idat_size; /* current IDAT size for read */ member in struct:png_struct_def

Completed in 1638 milliseconds