Lines Matching defs:bpl
887 mustek_scsi_pp_rdata (int fd, int planes, SANE_Byte * buf, int lines, int bpl)
892 "mustek_scsi_pp_rdata: reading %d lines at %d bpl, %d planes from %d\n",
893 lines, bpl, planes, fd);
930 for (j = 0; j < (bpl / 3); j++)
970 for (j = 0; j < (bpl / 3); j++)
972 if (sanei_pa4s2_readbyte (fd, &buf[j + (bpl / 3)]) !=
1011 for (j = 0; j < (bpl / 3); j++)
1013 if (sanei_pa4s2_readbyte (fd, &buf[j + (2 * (bpl / 3))]) !=
1053 for (j = 0; j < bpl; j++)
1073 buf += bpl;