/third_party/backends/backend/ |
H A D | hp3900_sane.c | 58 SANE_Int colormode; member 205 static SANE_Int Get_Colormode (SANE_String colormode); 376 SANE_String_Const *colormode = NULL; in bknd_colormodes() local 385 colormode = (SANE_String_Const *) malloc (sizeof (mycolormode)); in bknd_colormodes() 386 if (colormode != NULL) in bknd_colormodes() 387 memcpy (colormode, &mycolormode, sizeof (mycolormode)); in bknd_colormodes() 389 if (colormode != NULL) in bknd_colormodes() 394 scanner->list_colormodes = colormode; in bknd_colormodes() 1029 Get_Colormode (SANE_String colormode) in Get_Colormode() argument 1033 if (strcmp (colormode, SANE_VALUE_SCAN_MODE_COLO in Get_Colormode() 2243 SANE_Int res, source, depth, colormode, frameformat, bpl; sane_get_parameters() local 2317 SANE_Int res, source, colormode, depth, channel; sane_start() local [all...] |
H A D | hp3900_rts8822.c | 157 SANE_Int colormode, SANE_Int resolution); 159 SANE_Int colormode); 161 SANE_Int colormode); 210 SANE_Int colormode, SANE_Int resolution); 245 SANE_Int colormode); 1547 DBG (DBG_FNC, "-> param->colormode =%s\n", in RTS_Scanner_SetParams() 1548 dbg_colour (param->colormode)); in RTS_Scanner_SetParams() 1567 /* setting colormode and depth */ in RTS_Scanner_SetParams() 1568 scan.colormode = param->colormode; in RTS_Scanner_SetParams() 2025 Scanmode_maxres(struct st_device *dev, SANE_Int scantype, SANE_Int colormode) Scanmode_maxres() argument 2058 Scanmode_minres(struct st_device *dev, SANE_Int scantype, SANE_Int colormode) Scanmode_minres() argument 2092 Scanmode_fitres(struct st_device *dev, SANE_Int scantype, SANE_Int colormode, SANE_Int resolution) Scanmode_fitres() argument 2138 RTS_GetScanmode(struct st_device *dev, SANE_Int scantype, SANE_Int colormode, SANE_Int resolution) RTS_GetScanmode() argument 8463 SANE_Int colormode, mymode; RTS_Setup_Motor() local 8930 RTS_Setup_Arrangeline(struct st_device *dev, struct st_hwdconfig *hwdcfg, SANE_Int colormode) RTS_Setup_Arrangeline() argument 9861 SANE_Byte colormode = myvar->colormode; /*fa24 */ Shading_apply() local [all...] |
H A D | coolscan.c | 597 if (s->colormode == GREYSCALE) in coolscan_set_window_param_LS20() 673 s->colormode, s->bits_per_color); in coolscan_set_window_param_LS20() 767 if (s->colormode == GREYSCALE) in coolscan_set_window_param_LS30() 805 s->colormode, s->bits_per_color); in coolscan_set_window_param_LS30() 849 if(s->colormode&0x08) in coolscan_set_window_param() 893 s->colormode, s->bits_per_color); in coolscan_get_window_param_LS30() 954 s->colormode = GREYSCALE; in coolscan_get_window_param_LS20() 956 s->colormode = RGB; in coolscan_get_window_param_LS20() 962 s->colormode, s->bits_per_color); in coolscan_get_window_param_LS20() 1002 if(s->colormode in coolscan_get_window_param() [all...] |
H A D | hp3900_types.c | 414 SANE_Int colormode; member 432 SANE_Byte colormode; /* [+00] 760 */ member 518 SANE_Int colormode; member
|
H A D | pie.c | 311 int colormode; /* whether RGB, GRAY, LINEART, HALFTONE */
member 1678 if (scanner->colormode == RGB)
in pie_perform_cal() 1747 if (scanner->colormode == RGB)
in pie_perform_cal() 1828 if (scanner->colormode == RGB)
in pie_perform_cal() 2030 if (scanner->colormode == RGB)
in pie_dwnld_gamma() 2053 if (scanner->colormode == GRAYSCALE)
in pie_dwnld_gamma() 2094 if (scanner->colormode == HALFTONE)
in pie_set_window() 2157 switch (scanner->colormode)
in pie_mode_select() 2205 if (scanner->colormode == GRAYSCALE)
in pie_mode_select() 2433 switch (scanner->colormode)
in pie_get_params() [all...] |
H A D | umax.c | 1778 if ( (dev->colormode == RGB) && (dev->three_pass != 0) ) /* 3 pass color */ in umax_send_gamma_data() 1827 if ( (dev->colormode == RGB) && (dev->three_pass != 0) ) /* 3 pass color */ in umax_send_gamma_data() 1849 if ( (dev->colormode == RGB) && (dev->three_pass != 0) ) /* 3 pass color */ in umax_send_gamma_data() 2170 switch(dev->colormode) in umax_set_window_param() 2196 if (dev->colormode == RGB_LINEART ) in umax_set_window_param() 2201 else if (dev->colormode == RGB_HALFTONE ) in umax_set_window_param() 2272 if (dev->colormode == RGB_LINEART ) in umax_set_window_param() 2276 else if (dev->colormode == RGB_HALFTONE ) in umax_set_window_param() 2321 } /* switch dev->colormode, case RGB */ in umax_set_window_param() 2490 if (dev->colormode in umax_do_calibration() [all...] |
H A D | coolscan.h | 201 int colormode; /* GREYSCALE or RGB */ member
|
H A D | umax.h | 398 int colormode; /* LINEART, HALFTONE, GRAYSCALE or RGB */ member
|
H A D | hp3900_debug.c | 251 dbg_colour (reg->colormode), reg->resolution, reg->timing, in dbg_scanmodes() 455 DBG (DBG_FNC, " -> colormode = %s\n", in dbg_ScanParams() 456 dbg_colour (params->colormode)); in dbg_ScanParams()
|
/third_party/python/Lib/turtledemo/ |
H A D | forest.py | 14 from turtle import Turtle, colormode, tracer, mainloop namespace 56 colormode(255)
|
H A D | nim.py | 121 self.screen.colormode(255)
|
/third_party/python/Lib/ |
H A D | turtle.py | 122 'clearscreen', 'colormode', 'delay', 'exitonclick', 'getcanvas', 157 "colormode": 1.0, 966 colormode=_CFG["colormode"], delay=_CFG["delay"]): 994 self._colormode = _CFG["colormode"] 1019 self._colormode = _CFG["colormode"] 1147 numbers corresponding to actual colormode, 1148 i.e. in the range 0<=n<=colormode. 1181 def colormode(self, cmode=None): member in TurtleScreen 1182 """Return the colormode o [all...] |