Lines Matching refs:aBitmap
144 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in getData() local
147 ScopedBitmapReadAccess pReadAccess( aBitmap.AcquireReadAccess(), in getData()
148 aBitmap ); in getData()
157 const Size aBmpSize( aBitmap.GetSizePixel() ); in getData()
220 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in setData() local
227 ScopedBitmapWriteAccess pWriteAccess( aBitmap.AcquireWriteAccess(), in setData()
228 aBitmap ); in setData()
244 const Size aBmpSize( aBitmap.GetSizePixel() ); in setData()
427 setBitmap( BitmapEx( aBitmap ) ); in setData()
429 setBitmap( BitmapEx( aBitmap, in setData()
462 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in setPixel() local
469 ScopedBitmapWriteAccess pWriteAccess( aBitmap.AcquireWriteAccess(), in setPixel()
470 aBitmap ); in setPixel()
493 setBitmap( BitmapEx( aBitmap ) ); in setPixel()
495 setBitmap( BitmapEx( aBitmap, in setPixel()
520 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in getPixel() local
523 ScopedBitmapReadAccess pReadAccess( aBitmap.AcquireReadAccess(), in getPixel()
524 aBitmap ); in getPixel()