Lines Matching refs:bIndex
414 Byte bIndex, ULong dwSteps)
421 for ( pb = &a_bColorByteTable[bIndex],
422 pw = &a_wMoveStepTable[bIndex]; dwSteps; dwSteps-- ) {
518 Byte bIndex;
520 if ((bIndex = ps->bCurrentLineCount + ps->bNewCurrentLineCountGap + 1) >=
522 bIndex -= _NUMBER_OF_SCANSTEPS;
525 motorP98FillDataToColorTable( ps, bIndex, (ULong)(_NUMBER_OF_SCANSTEPS -
1619 Byte bIndex, ULong dwSteps)
1626 for (pb = &a_bColorByteTable[bIndex],
1627 pw = &a_wMoveStepTable[bIndex]; dwSteps; dwSteps--) {
1700 Byte bIndex;
1705 bIndex = ps->bCurrentLineCount + ps->bNewCurrentLineCountGap + 1 -
1708 bIndex = ps->bCurrentLineCount + ps->bNewCurrentLineCountGap + 1;
1712 motorP96FillDataToColorTable( ps, bIndex, dw );