Searched refs:rSrcBmp (Results 1 – 1 of 1) sorted by relevance
89 const BitmapDeviceSharedPtr& rSrcBmp = rSrc.getBitmap(); in Create() local90 if( rSrcBmp.get() ) in Create()92 B2IVector aSize = rSrcBmp->getSize(); in Create()93 m_aBitmap = cloneBitmapDevice( aSize, rSrcBmp ); in Create()95 m_aBitmap->drawBitmap( rSrcBmp, aRect, aRect, DrawMode_PAINT ); in Create()
Completed in 12 milliseconds