Home | History | Annotate | Download | only in tools

Lines Matching full:idat_max

707    png_uint_32    idat_max;         /* 0 to perform no re-chunking */
748 global->idat_max = 0; /* no re-chunking of IDAT */
1832 png_uint_32 len = idat->global->idat_max;
1864 /* The chunk size is the lesser of file->idat_max and the number
3884 global.idat_max = (png_uint_32)atol(6+*argv);
3892 global.idat_max = 0x7fffffff;