Lines Matching refs:green

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;
2922 *green = rf->negative[CL_GREEN];
2927 *green = rf->transparent[CL_GREEN];
2939 *green = 230;
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;
3012 *green = rf->negative[CL_GREEN];
3017 *green = rf->transparent[CL_GREEN];
3029 *green = 230;
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;
3082 *green = rf->negative[CL_GREEN];
3087 *green = rf->transparent[CL_GREEN];
3099 *green = 250;
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;
3157 *green = rf->negative[CL_GREEN];
3162 *green = rf->transparent[CL_GREEN];
3174 *green = 232;
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;
3252 *green = ct->negative[CL_GREEN];
3257 *green = ct->transparent[CL_GREEN];
3262 *green = ct->reflective[CL_GREEN];
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;
3375 *green = ct->negative[CL_GREEN];
3380 *green = ct->transparent[CL_GREEN];
3385 *green = ct->reflective[CL_GREEN];
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;
3452 *green = ct->negative[CL_GREEN];
3457 *green = ct->transparent[CL_GREEN];
3462 *green = ct->reflective[CL_GREEN];
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;
3538 *green = ct->negative[CL_GREEN];
3543 *green = ct->transparent[CL_GREEN];
3548 *green = ct->reflective[CL_GREEN];
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);