Lines Matching defs:dist
4801 SANE_Int buffersize, xpos, ypos, coord, cnt, chn_size, dist, rst;
4811 dist = 5; /* distance to compare */
4824 if ((scancfg->coord.width - dist) > 1)
4851 dist] : color_sum[cnt +
4852 dist] -
4866 while (cnt < (scancfg->coord.width - dist));
4869 vector[0] = coord + dist;
4874 if ((scancfg->coord.height - dist) > 1)
4882 for (xpos = vector[0]; xpos < scancfg->coord.width - dist;
4903 dist] : color_sum[cnt +
4904 dist] -
4917 while (cnt < (scancfg->coord.height - dist));
4920 vector[1] = coord + dist;
4923 if ((scancfg->coord.width - dist) > 1)
4950 dist] : color_sum[cnt +
4951 dist] -
4964 while (cnt < (scancfg->coord.width - dist));
4967 vector[2] = coord + dist;