Searched refs:tbytes (Results 1 – 1 of 1) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | tiffcrop.c | 785 tsize_t tbytes = 0, tile_buffsize = 0; in readContigTilesIntoBuffer() local 843 tbytes = TIFFReadTile(in, tilebuf, col, row, 0, 0); in readContigTilesIntoBuffer() 844 if (tbytes < tilesize && !ignore) in readContigTilesIntoBuffer() 848 (unsigned long) col, (unsigned long) row, (unsigned long)tbytes, in readContigTilesIntoBuffer() 983 tsize_t tbytes = 0, tilesize = TIFFTileSize(in); in readSeparateTilesIntoBuffer() local 1015 tbytes = TIFFReadTile(in, srcbuffs[s], col, row, 0, s); in readSeparateTilesIntoBuffer() 1016 if (tbytes < 0 && !ignore) in readSeparateTilesIntoBuffer()
|