Lines Matching defs:pixel
1331 SANE_Int pixel, SANE_Byte * calib_low,
1339 if (pixel <= 0)
1354 for (ctr = 0; ctr < pixel; ctr++)
1422 while (bpos < pixel);
1478 if (bpos < pixel)
1488 while (bpos < pixel);
1496 cis_read_line (Mustek_PP_CIS_dev * dev, SANE_Byte* buf, SANE_Int pixel,
1508 cis_read_line_low_level (dev, buf, pixel, NULL, NULL, NULL);
1513 cis_read_line_low_level (dev, buf, pixel,
1622 cis_check_result(SANE_Byte* buffer, int pixel)
1626 for (i=0;i<pixel;++i)
1638 int i, j, pixel, channel, minExposeTime, first, last;
1690 for (pixel = 0; pixel < pixels; ++pixel)
1692 buf[0][pixel] = buf[1][pixel] = buf[2][pixel] = 255;