Home
last modified time | relevance | path

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

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