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

/external/libpng/contrib/tools/
H A Dpngfix.c1756 unsigned int idat_count; /* And the *current* index into the list */ member in struct:IDAT
1840 count = idat->idat_count;
1866 unsigned int j = idat->idat_count+1; /* the next IDAT in the list */
1988 idat->idat_count = 0; /* Count of chunks read in current list */
3375 if (++(idat->idat_count) >= cur->count)
3377 assert(idat->idat_count == cur->count);
3389 idat->idat_count = 0;
3397 idat->idat_length = cur->lengths[idat->idat_count];
3463 1+file->idat->idat_count < file->idat->idat_cur->count ||

Completed in 598 milliseconds