Home
last modified time | relevance | path

Searched refs:color_depths (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Dhp5590_cmds.h79 enum color_depths enum
177 enum color_depths color_depth,
198 enum color_depths color_depth,
H A Dpieusb_specific.h233 int color_depths; /* available colour depths: 0-0-16-12-10-8-4-1 */ member
H A Dpieusb_specific.c379 dev->color_depths = inq->colorDepths; in pieusb_initialize_device_definition()
546 dev->color_depths & SCAN_COLOR_DEPTH_16 ? "16 bit " : "", in pieusb_print_inquiry()
547 dev->color_depths & SCAN_COLOR_DEPTH_12 ? "12 bit " : "", in pieusb_print_inquiry()
548 dev->color_depths & SCAN_COLOR_DEPTH_10 ? "10 bit " : "", in pieusb_print_inquiry()
549 dev->color_depths & SCAN_COLOR_DEPTH_8 ? "8 bit " : "", in pieusb_print_inquiry()
550 dev->color_depths & SCAN_COLOR_DEPTH_4 ? "4 bit " : "", in pieusb_print_inquiry()
551 dev->color_depths & SCAN_COLOR_DEPTH_1 ? "1 bit " : "", in pieusb_print_inquiry()
552 dev->color_depths); in pieusb_print_inquiry()
H A Dhp5590_cmds.c1440 hp5590_calc_pixel_bits (unsigned int dpi, enum color_depths color_depth, in hp5590_calc_pixel_bits()
1493 unsigned int dpi, enum color_depths color_depth, in hp5590_set_scan_area()
1716 unsigned int dpi, enum color_depths color_depth, in hp5590_set_scan_params()
H A Dhp5590.c261 enum color_depths depth;

Completed in 11 milliseconds