Searched refs:idat_index (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/tools/
H A Dpngfix.c1757 png_uint_32 idat_index; /* Index of *next* input byte to write */ member in struct:IDAT
1833 if (idat->idat_index == 0) /* at the new chunk (first time) */
1842 assert(idat->idat_index == idat->idat_length &&
1861 png_uint_32 have = idat->idat_length - idat->idat_index;
1989 idat->idat_index = 0; /* Index into chunk data */
3366 while (idat->idat_index >= idat->idat_length)
3371 assert(idat->idat_index == idat->idat_length);
3393 idat->idat_index = 0;
3407 ++(idat->idat_index);
3462 (file->idat->idat_index < fil
[all...]

Completed in 68 milliseconds