Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c993 srcbuffs[sample] = NULL; in readSeparateTilesIntoBuffer()
1000 _TIFFfree (srcbuffs[i]); in readSeparateTilesIntoBuffer()
1003 srcbuffs[sample] = tbuff; in readSeparateTilesIntoBuffer()
1111 tbuff = srcbuffs[sample]; in readSeparateTilesIntoBuffer()
3718 src = srcbuffs[0]; in combineSeparateSamplesBytes()
4242 src = srcbuffs[0]; in combineSeparateTileSamplesBytes()
4782 memset (srcbuffs, '\0', sizeof(srcbuffs)); in readSeparateStripsIntoBuffer()
4820 srcbuffs[s] = NULL; in readSeparateStripsIntoBuffer()
4830 srcbuffs[s] = buff; in readSeparateStripsIntoBuffer()
4838 buff = srcbuffs[s]; in readSeparateStripsIntoBuffer()
[all …]