Home
last modified time | relevance | path

Searched refs:bCurrentLineCount (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Dplustek-pp_motor.c249 * BeginFill = ((bCurrentLineCount + DL) < 64) ? bCurrentLineCount + DL :
250 * bCurrentLineCount + DL - 64;
253 * bCurrentLineCount and in DL bytes
255 * BeginFill = ((bCurrentLineCount + bCurrentSpeed / 2 + 1) < 64) ?
256 * bCurrentLineCount + bCurrentSpeed / 2 + 1 :
257 * bCurrentLineCount + bCurrentSpeed / 2 + 1 - 64;
265 if ((ps->bCurrentLineCount + bColors) >= _NUMBER_OF_SCANSTEPS) { in motorClearColorByteTableLoop0()
266 pb = a_bColorByteTable + (ULong)(ps->bCurrentLineCount + bColors - in motorClearColorByteTableLoop0()
269 pb = a_bColorByteTable + (ULong)(ps->bCurrentLineCount in motorClearColorByteTableLoop0()
[all...]
H A Dplustek-pp_scandata.h352 Byte bCurrentLineCount; member
H A Dplustek-pp_p48xx.c684 ps->bCurrentLineCount = 0; in p48xxSetupScanningCondition()
H A Dplustek-pp_image.c956 if (bData < ps->bCurrentLineCount) in imageP96ReadOneImageLine()
958 if ((bData - ps->bCurrentLineCount) < _SCANSTATE_BYTES) in imageP96ReadOneImageLine()
H A Dplustek-pp_p9636.c757 ps->bCurrentLineCount = 0; in p9636SetupScanningCondition()
895 ps->bCurrentLineCount = 0x3f; in p9636Calibration()

Completed in 7 milliseconds