Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c228 uint32 startx; member
5274 startx = lmargin; in computeInputPixelOffsets()
5278 endx = startx + width - 1; in computeInputPixelOffsets()
5289 startx = lmargin; in computeInputPixelOffsets()
5291 startx = endx - width + 1; in computeInputPixelOffsets()
5302 startx = lmargin; in computeInputPixelOffsets()
5306 endx = startx + width - 1; in computeInputPixelOffsets()
5315 off->startx = startx; in computeInputPixelOffsets()
5320 crop_width = endx - startx + 1; in computeInputPixelOffsets()
5399 offsets.startx = 0; in getCropOffsets()
[all …]