Lines Matching refs:dwLinePixelReport
3847 unsigned int dwLinePixelReport;
4117 dwLinePixelReport = ((byClear_Pulse_Width + 1) * 2 +
4123 (dwLinePixelReport * wYResolution / wNowMotorDPI) / wMultiMotorStep);
4124 if ((dwLinePixelReport * wYResolution / wNowMotorDPI) / wMultiMotorStep >
4131 (unsigned short) ((dwLinePixelReport * wYResolution / wNowMotorDPI) /
4187 dwLinePixelReport);
4875 unsigned int dwLinePixelReport = 0;
5153 dwLinePixelReport = ((byClear_Pulse_Width + 1) * 2 +
5159 (dwLinePixelReport * wYResolution / wNowMotorDPI));
5160 if ((dwLinePixelReport * wYResolution / wNowMotorDPI) > 64000)
5165 EndSpeed = (unsigned short) (dwLinePixelReport / (wNowMotorDPI / wYResolution));