Lines Matching refs:maDisabledBmpEx
217 maDisabledBmpEx.SetEmpty(); in Create()
235 maDisabledBmpEx.SetEmpty(); in Create()
260 if( !maDisabledBmpEx.IsEmpty() ) in Expand()
261 maDisabledBmpEx.Expand( nDX, 0UL ); in Expand()
292 if( !maDisabledBmpEx.IsEmpty() ) in Replace()
293 maDisabledBmpEx.CopyPixel( aDstRect, aSrcRect ); in Replace()
400 pOutDev->DrawBitmapEx( rPos, aOutSize, aSrcPos, maSize, maDisabledBmpEx ); in Draw()
585 if( maDisabledBmpEx.IsEmpty() ) in ImplUpdateDisabledBmpEx()
590 maDisabledBmpEx = BitmapEx( aGrey, aGreyAlphaMask ); in ImplUpdateDisabledBmpEx()
598 Bitmap aGrey( maDisabledBmpEx.GetBitmap() ); in ImplUpdateDisabledBmpEx()
600 AlphaMask aGreyAlphaMask( maDisabledBmpEx.GetAlpha() ); in ImplUpdateDisabledBmpEx()
631 maDisabledBmpEx = BitmapEx( aGrey, aGreyAlphaMask ); in ImplUpdateDisabledBmpEx()