Home
last modified time | relevance | path

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

/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx389 Scanline pMScan = pMaskReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx() local
399 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()
408 Scanline pMScan = pMaskReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx() local
417 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()
434 Scanline pMScan = pMaskReadAccess->GetScanline( y ); in bitmapFromVCLBitmapEx() local
448 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()

Completed in 10 milliseconds