Lines Matching defs:left
157 return "horizontal left";
1097 _lto4b(s->sections[i].left, b->ul_x);
1407 sect->left = mm * 1000.0 / MM_PER_INCH;
1485 sect->width, sect->length, sect->left, sect->top,
1737 s->sections[i].left, s->sections[i].top,
2449 /* top-left x */
2459 /* top-left y */
3623 double left, x_max, y_max, x, y;
3640 * hopper; with the manual feed it is aligned left.
3642 left = (x_max - x) / 2.0;
3643 if (left < 0.0) left = 0.0;
3647 left = 0.0;
3650 s->val[OPT_TL_X].w = SANE_FIX(left);
3652 s->val[OPT_BR_X].w = SANE_FIX(MIN(x + left, x_max));