Lines Matching defs:position

2027   /* returns position in scanmodes table where data fits with given arguments */
2060 /* returns position in scanmodes table where data fits with given arguments */
2141 /* returns position in scanmodes table where data fits with given arguments */
8096 /* locate head to right position */
9475 /* Return position of each table */
10622 /* calculate reference position */
12638 SANE_Int position; /*f140 */
12750 position = 0;
12761 lf13c = position;
12767 channel = position % bytes_per_pixel;
12768 lf13c = position / bytes_per_pixel;
12773 channel = position / lf168;
12774 lf13c = position % lf168;
12793 ptr = scanbuffer + (position * 2);
12924 position++;
12926 while (position < myWidth);
12932 position = 0;
12943 lf13c = position;
12948 channel = position % bytes_per_pixel;
12949 lf13c = position / bytes_per_pixel;
12953 channel = position / lf168;
12954 lf13c = position % lf168;
12973 ptr = scanbuffer + position;
13100 position++;
13102 while (position < myWidth);
13149 SANE_Int position; /*lefcc */
13328 position = 0;
13336 ptr = buffer + position;
13388 lefdc = position;
13395 channel = position % lf010;
13396 lefdc = (position / lf010) & 0xffff;
13400 channel = position / leff0;
13401 lefdc = position % leff0;
13429 position++;
13431 while (position < bytes_per_line);
13438 position = 0;
13446 /* ptr points to the next position of the first line */
13447 ptr = buffer + position;
13509 lefdc = position;
13516 channel = position % lf010;
13517 lefdc = (position / lf010) & 0xffff;
13522 channel = position / leff0;
13523 lefdc = position % leff0;
13539 if (position >= 3)
13577 position++;
13579 while (position < bytes_per_line);