Lines Matching refs:mpBackBuffer
42 mpBackBuffer() in SpriteDeviceHelper()
52 mpBackBuffer.reset( new BackBuffer( rOutDev )); in init()
53 mpBackBuffer->setSize( rOutDev.GetOutputSizePixel() ); in init()
58 …mpBackBuffer->getOutDev().SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW | mpBackBuffer->getOutDev()… in init()
63 …mpBackBuffer->getOutDev().SetAntialiasing(mpBackBuffer->getOutDev().GetAntialiasing() & ~ANTIALIAS… in init()
97 mpBackBuffer.reset(); in disposing()
114 if( !mpBackBuffer ) in getSurfaceHandle()
118 reinterpret_cast< sal_Int64 >(&mpBackBuffer->getOutDev()) ); in getSurfaceHandle()
123 if( mpBackBuffer ) in notifySizeUpdate()
124 mpBackBuffer->setSize( ::Size(rBounds.Width, in notifySizeUpdate()
134 if( mpBackBuffer ) in dumpScreenContent()
143 mpBackBuffer->getOutDev().EnableMapMode( sal_False ); in dumpScreenContent()
144 mpBackBuffer->getOutDev().SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW ); in dumpScreenContent()
145 …WriteDIB(mpBackBuffer->getOutDev().GetBitmap(aEmptyPoint, mpBackBuffer->getOutDev().GetOutputSizeP… in dumpScreenContent()