Searched refs:tile_buffsize (Results 1 – 1 of 1) sorted by relevance
785 tsize_t tbytes = 0, tile_buffsize = 0; in readContigTilesIntoBuffer() local802 tile_buffsize = tilesize; in readContigTilesIntoBuffer()816 tile_buffsize = tl * tile_rowsize; in readContigTilesIntoBuffer()830 tilebuf = _TIFFmalloc(tile_buffsize + 3); in readContigTilesIntoBuffer()833 tilebuf[tile_buffsize] = 0; in readContigTilesIntoBuffer()834 tilebuf[tile_buffsize+1] = 0; in readContigTilesIntoBuffer()835 tilebuf[tile_buffsize+2] = 0; in readContigTilesIntoBuffer()1242 tsize_t tile_buffsize = 0; in writeBufferToContigTiles() local1257 tile_buffsize = tilesize; in writeBufferToContigTiles()1265 tile_buffsize = tl * tile_rowsize; in writeBufferToContigTiles()[all …]