Lines Matching defs:xpos
568 SANE_Int * xpos);
4801 SANE_Int buffersize, xpos, ypos, coord, cnt, chn_size, dist, rst;
4830 for (xpos = 0; xpos < scancfg->coord.width; xpos++)
4833 color_sum[xpos] +=
4835 (scancfg->coord.width * ypos) + xpos,
4882 for (xpos = vector[0]; xpos < scancfg->coord.width - dist;
4883 xpos++)
4886 (scancfg->coord.width * ypos) + xpos,
4929 for (xpos = 0; xpos < scancfg->coord.width; xpos++)
4932 color_sum[xpos] +=
4934 (scancfg->coord.width * ypos) + xpos,
8062 SANE_Int ypos, xpos, runb1;
8097 Load_StripCoords (scantype, &ypos, &xpos);
11248 Load_StripCoords (SANE_Int scantype, SANE_Int * ypos, SANE_Int * xpos)
11265 *xpos = get_value (iType, WSTRIPXPOS, 0, FITCALIBRATE);
11268 DBG (DBG_FNC, "> Load_StripCoords(scantype=%s): ypos=%i, xpos=%i\n",
11269 dbg_scantype (scantype), *ypos, *xpos);