Lines Matching defs:step
247 * coarse calibration step 0
496 * function to perform the "coarse calibration step" part 1.
736 * function to perform the "coarse calibration step" part 2.
949 int step, stepW, val;
981 step = m_ScanParam.Size.dwPhyPixels + 1;
983 step = (m_ScanParam.Size.dwPhyPixels*3) + 1;
998 red += *bufp; bufp+=step;
999 green += *bufp; bufp+=step;
1000 blue += *bufp; bufp+=step;
1007 bufp += step;
1035 step = m_ScanParam.Size.dwPhyPixels + 1;
1043 bufp += step;
1077 int step, stepW;
1118 step = m_ScanParam.Size.dwPhyPixels + 1;
1120 step = (m_ScanParam.Size.dwPhyPixels*3) + 1;
1135 red += *bufp; bufp+=step;
1136 green += *bufp; bufp+=step;
1137 blue += *bufp; bufp+=step;
1142 bufp += step;
1158 step = m_ScanParam.Size.dwPhyPixels + 1;
1165 bufp += step;