Searched refs:set_color_mode (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/ |
H A D | epson2-commands.h | 21 #define esci_set_color_mode(s,v) e2_esc_cmd( s,(s)->hw->cmd->set_color_mode, v)
|
H A D | epson.h | 89 unsigned char set_color_mode; member
|
H A D | epson2.h | 197 unsigned char set_color_mode; member
|
H A D | epson.c | 1122 #define set_color_mode(s,v) set_cmd( s,(s)->hw->cmd->set_color_mode,v) macro 4507 status = set_color_mode (s, 0x13); in sane_start() 4511 status = set_color_mode (s, mparam->mode_flags | (mparam->dropout_mask in sane_start() 4520 DBG (1, "sane_start: set_color_mode failed: %s\n", in sane_start()
|
Completed in 10 milliseconds