Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c223 uint32 lmargin; member
5203 lmargin = (uint32)(crop->margins[1]); in computeInputPixelOffsets()
5215 if ((lmargin + rmargin) > image->width) in computeInputPixelOffsets()
5218 lmargin = (uint32) 0; in computeInputPixelOffsets()
5233 lmargin = (uint32) 0; in computeInputPixelOffsets()
5266 off->lmargin = lmargin; in computeInputPixelOffsets()
5274 startx = lmargin; in computeInputPixelOffsets()
5288 if ((endx - width) <= lmargin) in computeInputPixelOffsets()
5289 startx = lmargin; in computeInputPixelOffsets()
5302 startx = lmargin; in computeInputPixelOffsets()
[all …]