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

/external/libpng/
H A Dpngpread.c303 png_ptr->idat_size = png_ptr->push_length;
758 png_ptr->idat_size = png_ptr->push_length;
761 if (png_ptr->idat_size && png_ptr->save_buffer_size)
764 png_uint_32 idat_size = png_ptr->idat_size; local
766 /* We want the smaller of 'idat_size' and 'current_buffer_size', but they
772 if (idat_size < save_size)
773 save_size = (png_size_t)idat_size;
776 idat_size = (png_uint_32)save_size;
782 png_ptr->idat_size
791 png_uint_32 idat_size = png_ptr->idat_size; local
[all...]
H A Dpngstruct.h283 png_uint_32 idat_size; /* current IDAT size for read */ member in struct:png_struct_def

Completed in 175 milliseconds