Lines Matching refs:area
45 * | | | | | | | | | set scan area
63 * | | | | | | | | | | | | | | | | | | | | | | | | | | | control auto area segmentation
540 unsigned char *buf, *area;
553 area = buf + n;
555 switch (*area) {
558 int val = area[2] << 8 | area[1];
566 x = area[2] << 8 | area[1];
567 y = area[4] << 8 | area[3];
569 DBG(1, "maximum scan area: %dx%d\n", x, y);
842 * Firmware version 1.08 reports only half the vertical scan area, we have
849 DBG(1, "found buggy scan area, doubling it.\n");
885 /* ESC A, scanning area */
989 /* ESC s, auto area segmentation */
1052 * buffer to set the scan area for
1198 /* ESC A, set scanning area */
1201 * Modify the scan area: If the scanner requires color shuffling, then we try to
1415 * If (s->top + s->params.lines) is larger than the max scan area, reset
1417 * XXX: precalculate the maximum scanning area elsewhere (use dev max_y)
1905 * end of the data area as calculated from adding *length
1918 * The buffer area is supposed to have a number of full scan
1984 * only overwriting from the beginning of the memory area
1986 * in the same area.
2044 * data area and the *new_length variable.
2137 * with the half vertical scanning area. When we corrected this,