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

/external/libpng/contrib/tools/
H A Dpngfix.c1555 fpos_t chunk_data_pos; /* Position of first byte of chunk data */ member in struct:chunk
1597 chunk->chunk_data_pos = file->data_pos;
1640 /* Reset the position to 'chunk_data_pos' - the start of the data for this
1646 file_setpos(chunk->file, &chunk->chunk_data_pos);

Completed in 103 milliseconds