Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dpie.c263 int inquiry_color_depths; /* available colour depths */ member
677 dev->inquiry_color_depths & INQ_COLOR_DEPTH_16 ? "16 bit " : "", in pie_print_inquiry()
678 dev->inquiry_color_depths & INQ_COLOR_DEPTH_12 ? "12 bit " : "", in pie_print_inquiry()
679 dev->inquiry_color_depths & INQ_COLOR_DEPTH_10 ? "10 bit " : "", in pie_print_inquiry()
680 dev->inquiry_color_depths & INQ_COLOR_DEPTH_8 ? "8 bit " : "", in pie_print_inquiry()
681 dev->inquiry_color_depths & INQ_COLOR_DEPTH_4 ? "4 bit " : "", in pie_print_inquiry()
682 dev->inquiry_color_depths & INQ_COLOR_DEPTH_1 ? "1 bit " : "", in pie_print_inquiry()
683 dev->inquiry_color_depths); in pie_print_inquiry()
787 dev->inquiry_color_depths = get_inquiry_color_depths (buffer); in pie_get_inquiry_values()

Completed in 5 milliseconds