Searched defs:idat_size (Results 1 - 4 of 4) 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
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngpread.c301 png_ptr->idat_size = png_ptr->push_length;
756 png_ptr->idat_size = png_ptr->push_length;
759 if (png_ptr->idat_size && png_ptr->save_buffer_size)
762 png_uint_32 idat_size = png_ptr->idat_size; local
764 /* We want the smaller of 'idat_size' and 'current_buffer_size', but they
770 if (idat_size < save_size)
771 save_size = (png_size_t)idat_size;
774 idat_size = (png_uint_32)save_size;
780 png_ptr->idat_size
789 png_uint_32 idat_size = png_ptr->idat_size; local
[all...]
H A Dpngstruct.h236 png_uint_32 idat_size; /* current IDAT size for read */ member in struct:png_struct_def

Completed in 112 milliseconds