Home
last modified time | relevance | path

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

/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx369 sal_uInt8 aColorMap[2]; in bitmapFromVCLBitmapEx() local
379 aColorMap[0] = rCol1.GetRed(); in bitmapFromVCLBitmapEx()
380 aColorMap[1] = rCol0.GetRed(); in bitmapFromVCLBitmapEx()
399 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()
417 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()
448 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx725 InverseColorMap aColorMap( aPal = aOctree.GetPalette() ); in ImplConvertDown() local
767 cIndex = (sal_uInt8) aColorMap.GetBestPaletteIndex( pQLine1[ 0 ].ImplGetColor() ); in ImplConvertDown()
772 cIndex = (sal_uInt8) aColorMap.GetBestPaletteIndex( aColor = pQLine1[ nX ].ImplGetColor() ); in ImplConvertDown()
784 cIndex = (sal_uInt8) aColorMap.GetBestPaletteIndex( pQLine1[ nWidth1 ].ImplGetColor() ); in ImplConvertDown()

Completed in 22 milliseconds