Home
last modified time | relevance | path

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

/libtiff-4.0.7/config/
H A Dinstall-sh83 dst=
231 dst=$src
232 dstdir=$dst
250 dst=$dstarg
252 case $dst in
253 -*) dst=./$dst ;;
258 if test -d "$dst"; then
263 dstdir=$dst
272 X"$dst" : 'X\(//\)$' \| \
274 echo X"$dst" |
[all …]
/libtiff-4.0.7/tools/
H A Dtiffcrop.c2723 uint8 *dst = out; in extractContigSamplesBytes() local
3719 dst = out; in combineSeparateSamplesBytes()
4243 dst = out; in combineSeparateTileSamplesBytes()
4798 dst = obuf; in readSeparateStripsIntoBuffer()
6305 dst = crop_buff; in extractCompositeRegions()
6568 dst = crop_buff; in extractSeparateRegion()
8659 dst = obuff; in reverseSamples8bits()
8725 dst = obuff; in reverseSamples16bits()
8800 dst = obuff; in reverseSamples24bits()
8886 dst = obuff; in reverseSamples32bits()
[all …]
H A Dtiff2rgba.c432 unsigned char *src, *dst; in cvt_whole_image() local
434 src = dst = (unsigned char *) raster; in cvt_whole_image()
437 *(dst++) = *(src++); in cvt_whole_image()
438 *(dst++) = *(src++); in cvt_whole_image()
439 *(dst++) = *(src++); in cvt_whole_image()
/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c1751 #define YCbCrtoRGB(dst, Y) { \ argument
1754 dst = PACK(r, g, b); \