Lines Matching refs:widthpix
3727 SANE_Int widthpix;
3754 widthpix =
3765 widthpix =
3770 widthpix = (s->x2 - s->x1 + 1);
3773 DBG(23, "WIDTHPIX: before: %d", widthpix);
3774 widthpix = ((widthpix / 8) & ~0x1) * 8;
3775 DBG(23, "after: %d", widthpix);
3777 widthpix = widthpix & ~0x1;
3779 DBG(23, "WIDTHPIX: before exp: %d\n", widthpix);
3782 widthpix = (SANE_Int) ((double)widthpix *
3785 s->params.pixels_per_line = widthpix;