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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dirread.c1457 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; local
1467 stripbytes = rowbytes;
1471 stripbytes = rowbytes * rowsperstrip;
1479 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes);
1501 if (stripbytes > (tsize_t) bytecount)
1502 stripbytes = bytecount;
1503 newcounts[strip] = stripbytes;
1505 offset += stripbytes;
1506 bytecount -= stripbytes;

Completed in 89 milliseconds