Lines Matching defs:xmax
257 unsigned long xmin, xmax, ymin, ymax;
1033 s->xmax = s->boundaryx - 1;
1180 *(SANE_Word *) v = s->xmax;
1344 s->xmax = *(SANE_Word *) v;
2633 unsigned long xmin, xmax, ymin, ymax;
2663 if (s->xmin < s->xmax)
2666 xmax = s->xmax;
2670 xmin = s->xmax;
2671 xmax = s->xmin;
2688 s->logical_width = (xmax - xmin + 1) / s->real_pitchx; /* XXXXXXXXX use mm units */