Lines Matching refs:getBitmapReference
126 BitmapEx aRes( mpBackBuffer->getBitmapReference() ); in getScaledBitmap()
144 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in getData()
145 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in getData()
220 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in setData()
221 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in setData()
443 const Size aBmpSize( mpBackBuffer->getBitmapReference().GetSizePixel() ); in setPixel()
462 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in setPixel()
463 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in setPixel()
513 const Size aBmpSize( mpBackBuffer->getBitmapReference().GetSizePixel() ); in getPixel()
520 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in getPixel()
521 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in getPixel()
560 return mpBackBuffer->getBitmapReference(); in getBitmap()