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

/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_dirread.c1325 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; local
1335 stripbytes = rowbytes;
1339 stripbytes = rowbytes * rowsperstrip;
1344 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes);
1366 if (stripbytes > (tsize_t) bytecount)
1367 stripbytes = bytecount;
1368 newcounts[strip] = stripbytes;
1370 offset += stripbytes;
1371 bytecount -= stripbytes;
/haiku-fatelf/src/libs/tiff/
H A Dtif_dirread.c2006 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; local
2016 stripbytes = rowbytes;
2020 stripbytes = rowbytes * rowsperstrip;
2030 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes);
2054 if ((uint32)stripbytes > bytecount)
2055 stripbytes = bytecount;
2056 newcounts[strip] = stripbytes;
2058 offset += stripbytes;
2059 bytecount -= stripbytes;

Completed in 90 milliseconds