Lines Matching refs:bottom
879 dev->bottom = dev->bytes_per_line * 2 * dev->lds;
881 dev->size = dev->pixels * 3 * 66 + dev->bottom;
897 DBG (DBG_io, "sane_start: bottom=%lu\n", (unsigned long)dev->bottom);
1169 if (dev->top <= dev->bottom)
1202 * on first read, position will be 0, while it will be 'bottom'
1239 if (dev->position > dev->bottom)
1241 dev->position = dev->bottom;
1244 DBG (DBG_io, "sane_read: bottom =%lu\n", (unsigned long)dev->bottom);
1251 if (dev->position < dev->top && dev->position >= dev->bottom)
1307 if (dev->position >= dev->top && dev->position >= dev->bottom)
1310 if (dev->position > dev->bottom && dev->lds > 0)
1313 dev->buffer + dev->position - dev->bottom, dev->bottom);
1317 dev->position = dev->bottom;
1322 DBG (DBG_io, "sane_read: bottom =%lu\n", (unsigned long)dev->bottom);
1877 /* bottom-right x */
1889 /* bottom-right y */