Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c5540 uint64 rowblockbytes; in ChopUpSingleUncompressedStrip() local
5556 rowblockbytes = TIFFVTileSize64(tif, rowblock); in ChopUpSingleUncompressedStrip()
5561 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()
5562 stripbytes = rowblockbytes; in ChopUpSingleUncompressedStrip()
5564 } else if (rowblockbytes > 0 ) { in ChopUpSingleUncompressedStrip()
5566 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()
5568 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()