Searched refs:GetGreyPalette (Results 1 – 10 of 10) sorted by relevance
224 pBuf->maPalette = Bitmap::GetGreyPalette( 1U << nBitCount ); in AcquireBuffer()
159 const BitmapPalette& Bitmap::GetGreyPalette( int nEntries ) in GetGreyPalette() function in Bitmap239 const BitmapPalette& rGreyPalette = Bitmap::GetGreyPalette( nEntryCount ); in IsGreyPalette()353 …if( pRAcc->HasPalette() && ( (BitmapPalette&) pRAcc->GetPalette() == GetGreyPalette( 1 << nBitCoun… in HasGreyPalette()
58 Bitmap( rSizePixel, 8, &Bitmap::GetGreyPalette( 256 ) ) in AlphaMask()
587 Bitmap aGrey( aTotalSize, 8, &Bitmap::GetGreyPalette( 256 ) ); in ImplUpdateDisabledBmpEx()
524 const BitmapPalette& rPal = GetGreyPalette( nGreys ); in ImplMakeGreyscales()
257 Bitmap aTransMask( Size( 256, 256 ), 8, &Bitmap::GetGreyPalette( 256 ) ); in doTestCode()
494 static const BitmapPalette& GetGreyPalette( int nEntries );
598 return Bitmap::GetGreyPalette( 1U << mnBits ); in GetDefaultPalette()
427 &::Bitmap::GetGreyPalette( in bitmapExFromXBitmap()
422 const BitmapPalette& rTargetPalette = Bitmap::GetGreyPalette(256); in ImplCreateGdiPlusBitmap()
Completed in 151 milliseconds