Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5164 if (zwidth > max_width) in computeInputPixelOffsets()
5165 max_width = zwidth; in computeInputPixelOffsets()
5181 crop->combined_width += zwidth; in computeInputPixelOffsets()
5186 crop->combined_width = zwidth; in computeInputPixelOffsets()
5366 uint32 zwidth, zlength; in getCropOffsets() local
5469 crop->combined_width = (uint32)zwidth; in getCropOffsets()
5472 zwidth = offsets.crop_width; in getCropOffsets()
5499 crop->combined_width = (uint32)zwidth; in getCropOffsets()
5530 zwidth = offsets.crop_width; in getCropOffsets()
5552 crop->combined_width = (uint32)zwidth; in getCropOffsets()
[all …]