Lines Matching refs:overscan
253 - support MS overscan
256 - update overscan code to extend max scan area
269 - updated overscan and bgcolor option descriptions
362 - disable overscan option if vpd does not tell overscan size
370 - correct overscan dimension calculation
371 - provide correct overscan size overrides for fi-5110C and fi-4x20C2
603 overscan correctly
1350 * Adding 4 more bytes allows us to include the overscan info.
1351 * Scanners that don't support overscan seem to have all zeros
1736 DBG (15, " horizontal overscan: %d\n", s->os_x_basic);
1739 DBG (15, " vertical overscan: %d\n", s->os_y_basic);
3865 opt->desc = SANE_I18N ("Set color of background for scans. May conflict with overscan option");
3941 /*overscan*/
3948 opt->name = "overscan";
5087 switch (s->overscan) {
5751 s->overscan = MSEL_DEFAULT;
5753 s->overscan = MSEL_ON;
5755 s->overscan = MSEL_OFF;
6730 set_MSEL_overscan(page, s->overscan);
7018 /* enable overscan/auto detection */
9957 * due to using FB or overscan.
9969 /* current paper size for adf not overscan */
9970 if(s->overscan != MSEL_ON){
9974 /* can't overscan larger than scanner max */
9979 /* overscan adds a margin to both sides */
9986 * due to using FB or overscan.
9998 /* current paper size for adf not overscan */
9999 if(s->overscan != MSEL_ON){
10003 /* can't overscan larger than scanner max */
10008 /* overscan adds a margin to both sides */
10199 if(s->bg_color == COLOR_BLACK || s->hwdeskewcrop || s->overscan)
10204 else if(s->bg_color == COLOR_BLACK || s->hwdeskewcrop || s->overscan)