Searched refs:nCurrBit (Results 1 – 1 of 1) sorted by relevance
361 int nCurrBit; in bitmapFromVCLBitmapEx() local391 for( x=0, nCurrBit=nInitialBit; x<nWidth; ++x ) in bitmapFromVCLBitmapEx()399 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()400 nCurrBit = ((nCurrBit - 1) % 8L) & 7L; in bitmapFromVCLBitmapEx()410 for( x=0, nCurrBit=nInitialBit; x<nWidth; ++x ) in bitmapFromVCLBitmapEx()417 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()418 nCurrBit = ((nCurrBit - 1) % 8L) & 7L; in bitmapFromVCLBitmapEx()438 for( x=0, nCurrBit=nInitialBit; x<nWidth; ++x ) in bitmapFromVCLBitmapEx()448 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()449 nCurrBit = ((nCurrBit - 1) % 8L) & 7L; in bitmapFromVCLBitmapEx()
Completed in 25 milliseconds