Searched refs:maDisabledBmpEx (Results 1 – 2 of 2) sorted by relevance
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()[all …]
62 BitmapEx maDisabledBmpEx; variable