Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h208 int low_byte_first; /* 1 if little-endian - 0 if big-endian */ member
H A Dumax.h397 int low_byte_first; /* 10 bit mode: 0=high byte first, 1=low byte first */ member
H A Dcoolscan.c1181 if(s->low_byte_first) /* if on little endian machine: */ in send_one_LUT()
1202 if(s->low_byte_first) /* if on little endian machine: */ in send_one_LUT()
1813 s->low_byte_first = 1; /* in 2 byte mode send lowbyte first */ in coolscan_initialize_values()
1818 s->low_byte_first = 0; /* in 2 byte mode send highbyte first */ in coolscan_initialize_values()
2674 if((!scanner->low_byte_first)&&(scanner->bits_per_color>8)) in reader_process()
H A Dumax.c2145 set_WD_HBT(buffer_r, dev->low_byte_first); /* set byte order for 16 bit scanners */ in umax_set_window_param()
2606 else if (dev->low_byte_first) /* 2 bytes per pixel with low byte first */ in umax_do_calibration()
4621 dev->low_byte_first = 1; /* in 2 byte mode send lowbyte first */ in umax_init()
4626 dev->low_byte_first = 0; /* in 2 byte mode send highbyte first */ in umax_init()

Completed in 15 milliseconds