Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c231 uint32 endy; member
5280 endy = image->length - bmargin - 1; in computeInputPixelOffsets()
5281 if ((endy - length) <= tmargin) in computeInputPixelOffsets()
5284 starty = endy - length + 1; in computeInputPixelOffsets()
5295 endy = image->length - bmargin - 1; in computeInputPixelOffsets()
5297 endy = starty + length - 1; in computeInputPixelOffsets()
5310 endy = image->length - bmargin - 1; in computeInputPixelOffsets()
5312 endy = starty + length - 1; in computeInputPixelOffsets()
5318 off->endy = endy; in computeInputPixelOffsets()
5321 crop_length = endy - starty + 1; in computeInputPixelOffsets()
[all …]