Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c5541 uint64 stripbytes; in ChopUpSingleUncompressedStrip() local
5562 stripbytes = rowblockbytes; in ChopUpSingleUncompressedStrip()
5568 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()
5602 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
5603 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
5604 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
5605 newoffsets[strip] = stripbytes ? offset : 0; in ChopUpSingleUncompressedStrip()
5606 offset += stripbytes; in ChopUpSingleUncompressedStrip()
5607 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()