Lines Matching defs:offset
1225 DBG (15, " color offset: %d lines\n",s->color_raster_offset);
1239 DBG (15, " duplex offset: %d lines\n",s->duplex_raster_offset);
1358 /* Having an offset from the beginning of the payload
3999 /*duplex offset*/
4006 opt->title = SANE_I18N ("Duplex offset");
4007 opt->desc = SANE_I18N ("Adjust front/back offset");
4024 opt->title = SANE_I18N ("Green offset");
4025 opt->desc = SANE_I18N ("Adjust green/red offset");
4042 opt->title = SANE_I18N ("Blue offset");
4043 opt->desc = SANE_I18N ("Adjust blue/red offset");
4274 opt->desc = SANE_I18N ("Endorser print offset from top of paper.");
6221 double b, slope, offset;
6248 * out vertical offset at central input value */
6249 offset = 127.5-(slope*bytes/2);
6254 b = ((double)s->brightness/127) * (256 - offset);
6257 s->contrast, slope, offset);
6273 j=slope*i + offset + b;