Lines Matching refs:top
887 htole32a(&buf[12], s->top);
1209 int top = s->top - (1 * s->line_distance);
1211 if (top < 0)
1212 top = 0;
1214 status = esci_set_scan_area(s, s->left, top,
1220 status = esci_set_scan_area(s, s->left, s->top,
1309 s->top = ((SANE_UNFIX(s->val[OPT_TL_Y].w) / MM_PER_INCH) *
1415 * If (s->top + s->params.lines) is larger than the max scan area, reset
1421 (s->params.lines + s->top)) {
1424 dpi + 0.5) - s->top;