Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dirread.c5842 uint64 rowblockbytes; in ChopUpSingleUncompressedStrip() local
5860 rowblockbytes = TIFFVTileSize64(tif, rowblock); in ChopUpSingleUncompressedStrip()
5865 if (rowblockbytes > STRIP_SIZE_DEFAULT) { in ChopUpSingleUncompressedStrip()
5866 stripbytes = rowblockbytes; in ChopUpSingleUncompressedStrip()
5868 } else if (rowblockbytes > 0 ) { in ChopUpSingleUncompressedStrip()
5870 rowblocksperstrip = (uint32) (STRIP_SIZE_DEFAULT / rowblockbytes); in ChopUpSingleUncompressedStrip()
5872 stripbytes = rowblocksperstrip * rowblockbytes; in ChopUpSingleUncompressedStrip()
5910 uint64 rowblockbytes; in TryChopUpUncompressedBigTiff() local
5936 rowblockbytes = TIFFVStripSize64(tif, rowblock); in TryChopUpUncompressedBigTiff()
5937 if( rowblockbytes == 0 || rowblockbytes > 0x7FFFFFFFUL ) in TryChopUpUncompressedBigTiff()
[all …]