Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c230 uint32 starty; member
5282 starty = tmargin; in computeInputPixelOffsets()
5284 starty = endy - length + 1; in computeInputPixelOffsets()
5293 starty = tmargin; in computeInputPixelOffsets()
5297 endy = starty + length - 1; in computeInputPixelOffsets()
5308 starty = tmargin; in computeInputPixelOffsets()
5312 endy = starty + length - 1; in computeInputPixelOffsets()
5316 off->starty = starty; in computeInputPixelOffsets()
5321 crop_length = endy - starty + 1; in computeInputPixelOffsets()
5401 offsets.starty = 0; in getCropOffsets()
[all …]