Lines Matching refs:aAlpha
145 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in getData() local
149 ScopedBitmapReadAccess pAlphaReadAccess( aAlpha.IsEmpty() ? in getData()
150 … (BitmapReadAccess*)NULL : aAlpha.AcquireReadAccess(), in getData()
151 aAlpha ); in getData()
221 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in setData() local
229 ScopedBitmapWriteAccess pAlphaWriteAccess( aAlpha.IsEmpty() ? in setData()
230 … (BitmapWriteAccess*)NULL : aAlpha.AcquireWriteAccess(), in setData()
231 aAlpha ); in setData()
426 if( aAlpha.IsEmpty() ) in setData()
430 AlphaMask( aAlpha ) ) ); in setData()
463 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in setPixel() local
471 ScopedBitmapWriteAccess pAlphaWriteAccess( aAlpha.IsEmpty() ? in setPixel()
472 … (BitmapWriteAccess*)NULL : aAlpha.AcquireWriteAccess(), in setPixel()
473 aAlpha ); in setPixel()
492 if( aAlpha.IsEmpty() ) in setPixel()
496 AlphaMask( aAlpha ) ) ); in setPixel()
521 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in getPixel() local
525 ScopedBitmapReadAccess pAlphaReadAccess( aAlpha.IsEmpty() ? in getPixel()
526 … (BitmapReadAccess*)NULL : aAlpha.AcquireReadAccess(), in getPixel()
527 aAlpha ); in getPixel()