Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c226 uint32 crop_width; member
5320 crop_width = endx - startx + 1; in computeInputPixelOffsets()
5323 if (crop_width <= 0) in computeInputPixelOffsets()
5329 if (crop_width > image->width) in computeInputPixelOffsets()
5330 crop_width = image->width; in computeInputPixelOffsets()
5341 off->crop_width = crop_width; in computeInputPixelOffsets()
5397 offsets.crop_width = image->width; in getCropOffsets()
5472 zwidth = offsets.crop_width; in getCropOffsets()
5530 zwidth = offsets.crop_width; in getCropOffsets()
6322 crop_width = last_col - first_col + 1; in extractCompositeRegions()
[all …]