Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c1052 int ih, iw, ww, wh, sx, sy, w, h, dx, dy; local
1070 ih = tfImageHeight;
1101 h = MIN(event->xexpose.height, ih);
1108 if (ih < wh) /* Don't scroll if the window fits the image. */
1111 sy = MIN(ih - wh, sy);
1120 if (ih < wh)
1175 if (sy >= (ih - wh)) /* clamp y motion but allow x motion */
1176 sy = ih - wh;
1188 yOffset = MIN(ih - wh, yOffset);