Lines Matching defs:ypos
392 SANE_Int direction, SANE_Int ypos);
567 static SANE_Int Load_StripCoords (SANE_Int scantype, SANE_Int * ypos,
4801 SANE_Int buffersize, xpos, ypos, coord, cnt, chn_size, dist, rst;
4832 for (ypos = 0; ypos < 20; ypos++)
4835 (scancfg->coord.width * ypos) + xpos,
4880 for (ypos = 0; ypos < scancfg->coord.height; ypos++)
4884 color_sum[ypos] +=
4886 (scancfg->coord.width * ypos) + xpos,
4931 for (ypos = coord + 4; ypos < scancfg->coord.height; ypos++)
4934 (scancfg->coord.width * ypos) + xpos,
8062 SANE_Int ypos, xpos, runb1;
8097 Load_StripCoords (scantype, &ypos, &xpos);
8098 if (ypos != 0)
8100 ypos);
11248 Load_StripCoords (SANE_Int scantype, SANE_Int * ypos, SANE_Int * xpos)
11266 *ypos = get_value (iType, WSTRIPYPOS, 0, FITCALIBRATE);
11268 DBG (DBG_FNC, "> Load_StripCoords(scantype=%s): ypos=%i, xpos=%i\n",
11269 dbg_scantype (scantype), *ypos, *xpos);
11276 SANE_Int ypos)
11281 DBG (DBG_FNC, "+ Head_Relocate(speed=%i, direction=%i, ypos=%i):\n", speed,
11282 direction, ypos);
11300 mtrpos.coord_y = ypos;