Lines Matching refs:bytes_per_pixel
11607 SANE_Int bytes_per_line, bytes_to_next_colour, bytes_per_pixel;
11644 bytes_per_pixel = 1;
11654 bytes_per_pixel = 1;
11657 bytes_per_pixel = 3;
11744 pimage += bytes_per_pixel;
11909 SANE_Int bytes_per_pixel = 0;
11954 bytes_per_pixel = 1;
11964 bytes_per_pixel = 1;
11967 bytes_per_pixel = 3;
12020 ptr[a] += bytes_per_pixel;
12626 SANE_Int lf168, bytes_per_pixel;
12684 bytes_per_pixel = 1;
12690 bytes_per_pixel = (scancfg.samplerate == PIXEL_RATE) ? 3 : 1;
12767 channel = position % bytes_per_pixel;
12768 lf13c = position / bytes_per_pixel;
12948 channel = position % bytes_per_pixel;
12949 lf13c = position / bytes_per_pixel;