Searched refs:BitmapBackBuffer (Results 1 – 3 of 3) sorted by relevance
39 BitmapBackBuffer::BitmapBackBuffer( const BitmapEx& rBitmap, in BitmapBackBuffer() function in vclcanvas::BitmapBackBuffer49 BitmapBackBuffer::~BitmapBackBuffer() in ~BitmapBackBuffer()59 OutputDevice& BitmapBackBuffer::getOutDev() in getOutDev()66 const OutputDevice& BitmapBackBuffer::getOutDev() const in getOutDev()73 void BitmapBackBuffer::clear() in clear()79 BitmapEx& BitmapBackBuffer::getBitmapReference() in getBitmapReference()102 Size BitmapBackBuffer::getBitmapSizePixel() const in getBitmapSizePixel()116 void BitmapBackBuffer::createVDev() const in createVDev()144 void BitmapBackBuffer::updateVDev() const in updateVDev()
44 class BitmapBackBuffer : public OutDevProvider class49 BitmapBackBuffer( const BitmapEx& rBitmap,52 ~BitmapBackBuffer();95 typedef ::boost::shared_ptr< BitmapBackBuffer > BitmapBackBufferSharedPtr;
67 mpBackBuffer.reset( new BitmapBackBuffer( rBitmap, in setBitmap()80 mpBackBuffer.reset( new BitmapBackBuffer( rBitmap, rOutDevReference->getOutDev() )); in init()
Completed in 175 milliseconds