Lines Matching refs:bytes_per_channel
14545 SANE_Int bytes_per_channel;
14547 bytes_per_channel = (myscancfg->depth > 8) ? 2 : 1;
14554 wshading->count = bytes_per_line / bytes_per_channel;
14573 ((x * bytes_per_channel) +
14574 (bytes_per_line * y)), bytes_per_channel);
14585 data_lsb_set (avg_colors + (x * bytes_per_channel), a,
14586 bytes_per_channel);
14596 data_lsb_get (avg_colors + (x * bytes_per_channel),
14597 bytes_per_channel);
14628 data_lsb_get (pattern + (x * bytes_per_channel),
14629 bytes_per_channel);
14636 data_lsb_set (pattern + (x * bytes_per_channel), a,
14637 bytes_per_channel);