Home
last modified time | relevance | path

Searched refs:rSrcBmp (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx89 const BitmapDeviceSharedPtr& rSrcBmp = rSrc.getBitmap(); in Create() local
90 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 11 milliseconds