Lines Matching defs:inflate_x
2100 SANE_Int inflate_x;
2143 inflate_x = s->val[OPT_RESOLUTION].w / s->dev->model->optical_xdpi;
2144 if (inflate_x > 1)
2145 DBG (5, "sane_read: inflating x by factor %d\n", inflate_x);
2147 inflate_x = 1;
2216 if ((7 - bit) % inflate_x == (inflate_x - 1))
2242 if (s->total_bytes % (inflate_x * 6) == (inflate_x * 6 - 1))
2250 if (s->total_bytes % (inflate_x * 3) == (inflate_x * 3 - 1))
2281 if (s->total_bytes % (2 * inflate_x) == (2 * inflate_x - 1))
2288 if (s->total_bytes % inflate_x == (inflate_x - 1))