Searched refs:stripbytes (Results 1 – 2 of 2) sorted by relevance
1065 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local1075 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()1079 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()1110 offset += stripbytes; in ChopUpSingleUncompressedStrip()1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
5503 uint64 stripbytes; in ChopUpSingleUncompressedStrip() local5525 stripbytes = rowblockbytes; in ChopUpSingleUncompressedStrip()5531 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()5541 nstrips64 = TIFFhowmany_64(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()5566 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()5567 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()5568 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()5570 offset += stripbytes; in ChopUpSingleUncompressedStrip()5571 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()