Searched refs:tilebuf (Results 1 – 2 of 2) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | tiffcp.c | 1320 tdata_t tilebuf; in DECLAREreadFunc() local 1329 tilebuf = _TIFFmalloc(tilesize); in DECLAREreadFunc() 1330 if (tilebuf == 0) in DECLAREreadFunc() 1355 tilebuf, nrow, width, in DECLAREreadFunc() 1359 tilebuf, nrow, tilew, in DECLAREreadFunc() 1366 _TIFFfree(tilebuf); in DECLAREreadFunc() 1377 tdata_t tilebuf; in DECLAREreadFunc() local 1384 if (tilebuf == 0) in DECLAREreadFunc() 1422 tilebuf, nrow, in DECLAREreadFunc() 1430 tilebuf, nrow, tw, in DECLAREreadFunc() [all …]
|
| H A D | tiffcrop.c | 787 unsigned char *tilebuf = NULL; in readContigTilesIntoBuffer() local 831 if (tilebuf == 0) 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() 968 _TIFFfree(tilebuf); in readContigTilesIntoBuffer() 1244 unsigned char *tilebuf = NULL; in writeBufferToContigTiles() local 1284 if (tilebuf == 0) in writeBufferToContigTiles() 1305 _TIFFfree(tilebuf); in writeBufferToContigTiles() 1314 _TIFFfree(tilebuf); in writeBufferToContigTiles() [all …]
|