Home
last modified time | relevance | path

Searched refs:nCurrBit (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/canvas/source/directx/
H A Ddx_vcltools.cxx361 int nCurrBit; in bitmapFromVCLBitmapEx() local
391 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 18 milliseconds