Home
last modified time | relevance | path

Searched refs:overscan (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dfujitsu.h289 /* overscan size in pixels comes from scanner in basic res units */
491 int overscan; member
H A Davision.c3027 /* add overscan */ in compute_parameters()
3030 int overscan = (int) ((s->avdimen.hw_yres * in compute_parameters() local
3034 DBG (3, "sane_compute_parameters: overscan lines: %d\n", overscan); in compute_parameters()
3035 s->avdimen.bry += overscan; in compute_parameters()
3039 Calculate offsets for skipping lines later with considering overscan in compute_parameters()
3050 double overscan; in compute_parameters() local
3054 overscan = fmax(0, fmax(dev->hw->offset.duplex.front.top, in compute_parameters()
3057 offsets.front.top += overscan - dev->hw->offset.duplex.front.top; in compute_parameters()
3058 offsets.rear.top += overscan in compute_parameters()
[all...]
H A Dfujitsu.c253 - 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. in init_vpd()
1351 * Scanners that don't support overscan see in init_vpd()
[all...]

Completed in 13 milliseconds