Lines Matching defs:blue

149 static void cfg_shading_cut_get(SANE_Int sensortype, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
150 static void ua4900_shading_cut(SANE_Int usb, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
151 static void hp3800_shading_cut(SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
152 static void hp3970_shading_cut(SANE_Int usb, SANE_Int ccd, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
153 static void hp4370_shading_cut(SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
156 static void cfg_wrefs_get(SANE_Int sensortype, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
157 static void ua4900_wrefs(SANE_Int usb, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
158 static void hp3800_wrefs(SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
159 static void hp3970_wrefs(SANE_Int usb, SANE_Int ccd, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
160 static void hp4370_wrefs(SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue);
2817 static void hp3970_wrefs(SANE_Int usb, SANE_Int ccd, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
2894 *red = *green = *blue = 0x50;
2923 *blue = rf->negative[CL_BLUE];
2928 *blue = rf->transparent[CL_BLUE];
2940 *blue = 222;
2944 static void ua4900_wrefs(SANE_Int usb, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
2986 *red = *green = *blue = 0x50;
3013 *blue = rf->negative[CL_BLUE];
3018 *blue = rf->transparent[CL_BLUE];
3030 *blue = 222;
3034 static void hp3800_wrefs(SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
3056 *red = *green = *blue = 0x50;
3083 *blue = rf->negative[CL_BLUE];
3088 *blue = rf->transparent[CL_BLUE];
3100 *blue = 248;
3104 static void hp4370_wrefs(SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
3130 *red = *green = *blue = 0x50;
3158 *blue = rf->negative[CL_BLUE];
3163 *blue = rf->transparent[CL_BLUE];
3175 *blue = 223;
3179 static void cfg_wrefs_get(SANE_Int sensortype, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
3184 ua4900_wrefs(RTS_Debug->usbtype, depth, res, scantype, red, green, blue);
3189 hp3800_wrefs(res, scantype, red, green, blue);
3195 hp4370_wrefs(res, scantype, red, green, blue);
3200 hp3970_wrefs(RTS_Debug->usbtype, sensortype, depth, res, scantype, red, green, blue);
3205 static void hp3800_shading_cut(SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
3231 *red = *green = *blue = 0;
3253 *blue = ct->negative[CL_BLUE];
3258 *blue = ct->transparent[CL_BLUE];
3263 *blue = ct->reflective[CL_BLUE];
3271 static void hp3970_shading_cut(SANE_Int usb, SANE_Int ccd, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
3352 *red = *green = *blue = 0;
3376 *blue = ct->negative[CL_BLUE];
3381 *blue = ct->transparent[CL_BLUE];
3386 *blue = ct->reflective[CL_BLUE];
3394 static void hp4370_shading_cut(SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
3429 *red = *green = *blue = 0;
3453 *blue = ct->negative[CL_BLUE];
3458 *blue = ct->transparent[CL_BLUE];
3463 *blue = ct->reflective[CL_BLUE];
3471 static void ua4900_shading_cut(SANE_Int usb, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
3517 *red = *green = *blue = 0;
3539 *blue = ct->negative[CL_BLUE];
3544 *blue = ct->transparent[CL_BLUE];
3549 *blue = ct->reflective[CL_BLUE];
3557 static void cfg_shading_cut_get(SANE_Int sensortype, SANE_Int depth, SANE_Int res, SANE_Int scantype, SANE_Int *red, SANE_Int *green, SANE_Int *blue)
3562 ua4900_shading_cut(RTS_Debug->usbtype, depth, res, scantype, red, green, blue);
3567 hp3800_shading_cut(res, scantype, red, green, blue);
3573 hp4370_shading_cut(depth, res, scantype, red, green, blue);
3578 hp3970_shading_cut(RTS_Debug->usbtype, sensortype, depth, res, scantype, red, green, blue);