Lines Matching defs:myWidth
12625 SANE_Int myWidth; /*f14c */
12681 myWidth = scancfg.coord.width;
12683 bytes_per_line = ((scancfg.depth + 7) / 8) * myWidth;
12687 myWidth = scancfg.coord.width * 3;
12688 bytes_per_line = ((scancfg.depth + 7) / 8) * myWidth;
12752 if (myWidth > 0)
12802 myst += data_lsb_get (ptr + (a * (myWidth * 2)), 2);
12885 ptr += (myWidth * 2);
12926 while (position < myWidth);
12934 if (myWidth > 0)
12982 myst += *(ptr + (a * myWidth));
13063 ptr += myWidth;
13102 while (position < myWidth);