Searched refs:HALFTONE (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | enums.h | 66 HALFTONE, member in genesys::ScanMethod::ScanColorMode 75 case ScanColorMode::HALFTONE: out << "HALFTONE"; return out; in operator <<()
|
H A D | enums.cpp | 56 case ScanColorMode::HALFTONE: return SANE_VALUE_SCAN_MODE_HALFTONE; in scan_color_mode_to_option_string() 69 return ScanColorMode::HALFTONE; in option_string_to_scan_color_mode()
|
/third_party/backends/backend/ |
H A D | umax.h | 398 int colormode; /* LINEART, HALFTONE, GRAYSCALE or RGB */ 400 # define HALFTONE 2 macro
|
H A D | hs2p-scsi.h | 731 { LINEART = 0x00, HALFTONE, GRAYSCALE }; enumerator 1106 * HALFTONE MASK DATA: 1byte(row,col) ={2,3,4,6,8,16}
|
H A D | pie.c | 123 #define HALFTONE 2
macro 311 int colormode; /* whether RGB, GRAY, LINEART, HALFTONE */
2094 if (scanner->colormode == HALFTONE)
in pie_set_window() 2176 case HALFTONE:
in pie_mode_select() 2447 case HALFTONE:
in pie_get_params() 3655 scanner->colormode = HALFTONE;
in sane_start()
|
H A D | umax.c | 1942 /* ------------------------------------------------------------ UMAX SEND HALFTONE PATTERN ----------------- */ 2179 case HALFTONE: /* HALFTONE */ in umax_set_window_param() 3485 case HALFTONE: in umax_check_values() 3616 if ( (dev->colormode == LINEART) || (dev->colormode == HALFTONE) || in umax_check_values() 3723 case HALFTONE: /* ----------- HALFTONE------------ */ in umax_check_values() 4412 dev->colormode = 0; /* LINEART, HALFTONE, GRAYSCALE or RGB */ in umax_initialize_values() 7492 scanner->device->colormode = HALFTONE; in sane_start()
|
H A D | hs2p.c | 2449 s->image_composition = HALFTONE; in sane_control_option() 2794 /* Byte 27, 347 Halftone Code: if HALFTONE, then either DITHER or ERROR_DIFFUSION */ in set_window_data() 2795 if (s->image_composition == HALFTONE) in set_window_data() 2813 || data->image_composition == HALFTONE) in set_window_data()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | DxgiFns.cpp | 161 int iStretchMode = SetStretchBltMode(hDC, HALFTONE); in _Present()
|
Completed in 23 milliseconds