Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c6287 img_width = image->width; in extractCompositeRegions()
6330 src_rowsize = ((img_width * bps * spp) + 7) / 8; in extractCompositeRegions()
6536 img_width = image->width; in extractSeparateRegion()
6569 src_rowsize = ((img_width * bps * spp) + 7) / 8; in extractSeparateRegion()
6653 uint32 img_width, img_rowsize; in extractImageSection() local
6673 img_width = image->width; in extractImageSection()
6708 img_rowsize = ((img_width * bps + 7) / 8) * spp; in extractImageSection()
6716 img_width, img_length, bps, spp); in extractImageSection()
8371 width = *img_width; in rotateImage()
8545 *img_width = length; in rotateImage()
[all …]