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

/external/libpng/contrib/tools/
H A Dpngfix.c1762 unsigned int idat_count; /* And the *current* index into the list */ member in struct:IDAT
1846 count = idat->idat_count;
1872 unsigned int j = idat->idat_count+1; /* the next IDAT in the list */
1994 idat->idat_count = 0; /* Count of chunks read in current list */
3382 if (++(idat->idat_count) >= cur->count)
3384 assert(idat->idat_count == cur->count);
3396 idat->idat_count = 0;
3404 idat->idat_length = cur->lengths[idat->idat_count];
3470 1+file->idat->idat_count < file->idat->idat_cur->count ||

Completed in 57 milliseconds