Lines Matching refs:bCurrentLineCount
249 * 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) {
266 pb = a_bColorByteTable + (ULong)(ps->bCurrentLineCount + bColors -
269 pb = a_bColorByteTable + (ULong)(ps->bCurrentLineCount + bColors);
279 if ((ps->bCurrentLineCount+ps->bCurrentSpeed/2+1) >= _NUMBER_OF_SCANSTEPS) {
281 pb = a_bHalfStepTable + (ULong)(ps->bCurrentLineCount +
285 (ULong)(ps->bCurrentLineCount + ps->bCurrentSpeed / 2 + 1);
301 * FillIndex = ((bCurrentLineCount + bNewGap + 1) < 64) ?
302 * bCurrentLineCount + bNewGap + 1 :
303 * bCurrentLineCount + bNewGap + 1 - 64;
306 * bNewGap = (bCurrentLineCount <= bNewCurrentLineCountGap) ?
309 * FillIndex = ((bCurrentLineCount + bNewGap + 1) < 64) ?
310 * bCurrentLineCount + bNewGap + 1 :
311 * bCurrentLineCount + bNewGap + 1 - 64;
326 if ((ps->bCurrentLineCount + ps->bNewGap + 1) >= _NUMBER_OF_SCANSTEPS) {
328 (ULong)(ps->bCurrentLineCount+ps->bNewGap+1-_NUMBER_OF_SCANSTEPS);
331 (ULong)(ps->bCurrentLineCount + ps->bNewGap + 1);
348 if ((ps->bCurrentLineCount + ps->bNewGap + 1) >= _NUMBER_OF_SCANSTEPS) {
349 pb = a_bHalfStepTable + (ULong)(ps->bCurrentLineCount +
352 pb = a_bHalfStepTable + (ULong)(ps->bCurrentLineCount+ps->bNewGap +1);
474 pwMoveStep = &a_wMoveStepTable[ps->bCurrentLineCount];
475 pbHalfStepTbl = &a_bHalfStepTable[ps->bCurrentLineCount];
520 if ((bIndex = ps->bCurrentLineCount + ps->bNewCurrentLineCountGap + 1) >=
1067 if (ps->Scan.bNowScanState >= ps->bCurrentLineCount)
1068 b = ps->Scan.bNowScanState - ps->bCurrentLineCount;
1070 b = ps->Scan.bNowScanState + _NUMBER_OF_SCANSTEPS - ps->bCurrentLineCount;
1474 pwMoveStep = &a_wMoveStepTable[ps->bCurrentLineCount];
1475 pbHalfStepTbl = &a_bHalfStepTable[ps->bCurrentLineCount];
1552 pwMoveStep = &a_wMoveStepTable[ps->bCurrentLineCount];
1553 pbHalfStepTbl = &a_bHalfStepTable[ps->bCurrentLineCount];
1703 if ((ps->bCurrentLineCount + ps->bNewCurrentLineCountGap + 1) >=
1705 bIndex = ps->bCurrentLineCount + ps->bNewCurrentLineCountGap + 1 -
1708 bIndex = ps->bCurrentLineCount + ps->bNewCurrentLineCountGap + 1;
1953 if (State2.bStep < ps->bCurrentLineCount) {
1955 ps->bCurrentLineCount;
1957 State2.bStep -= ps->bCurrentLineCount;
2093 ps->bCurrentLineCount = IOGetScanState( ps, _FALSE ) & _SCANSTATE_MASK;
2103 p.pw = &a_wMoveStepTable[((ps->bCurrentLineCount + 1) & 0x3f)];
2139 p.pw = &a_wMoveStepTable[ps->bCurrentLineCount];
2182 ps->bCurrentLineCount = (ps->bCurrentLineCount + 1) & 0x3f;
2184 p.pw = &a_wMoveStepTable[ps->bCurrentLineCount];
2245 if ((ps->bCurrentLineCount + 1) >= _NUMBER_OF_SCANSTEPS) {
2246 b = ps->bCurrentLineCount + 1 - _NUMBER_OF_SCANSTEPS;
2248 b = ps->bCurrentLineCount + 1;
2267 ps->bCurrentLineCount = (bScanState & _SCANSTATE_MASK);
2273 bCur = ps->bCurrentLineCount;
2357 ps->bCurrentLineCount = bState & ~_SCANSTATE_STOP;
2380 ps->bCurrentLineCount = (bState &= _SCANSTATE_MASK);
2387 bState = ps->bCurrentLineCount;
2492 if((ps->bCurrentLineCount + 1) < _NUMBER_OF_SCANSTEPS )
2493 bState = ps->bCurrentLineCount + 1;
2495 bState = ps->bCurrentLineCount + 1 - _NUMBER_OF_SCANSTEPS;
2535 ps->bCurrentLineCount = (bOld1ScanState & 0x3f);