Home
last modified time | relevance | path

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

/AOO42X/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx392 PixmapHolder::PixmapHolder( Display* pDisplay ) : in PixmapHolder() function in PixmapHolder
443 PixmapHolder::~PixmapHolder() in ~PixmapHolder()
451 unsigned long PixmapHolder::getTCPixel( sal_uInt8 r, sal_uInt8 g, sal_uInt8 b ) const in getTCPixel()
469 void PixmapHolder::setBitmapDataPalette( const sal_uInt8* pData, XImage* pImage ) in setBitmapDataPalette()
536 void PixmapHolder::setBitmapDataTCDither( const sal_uInt8* pData, XImage* pImage ) in setBitmapDataTCDither()
605 void PixmapHolder::setBitmapDataTC( const sal_uInt8* pData, XImage* pImage ) in setBitmapDataTC()
630 bool PixmapHolder::needsConversion( const sal_uInt8* pData ) in needsConversion()
651 Pixmap PixmapHolder::setBitmapData( const sal_uInt8* pData ) in setBitmapData()
H A Dbmp.hxx50 class PixmapHolder class
70 PixmapHolder( Display* pDisplay );
71 ~PixmapHolder();
H A DX11_selection.hxx55 class PixmapHolder; // in bmp.hxx
207 PixmapHolder* m_pPixmap;
381 PixmapHolder* getPixmapHolder( Atom selection );
H A DX11_selection.cxx1449 PixmapHolder* SelectionManager::getPixmapHolder( Atom selection ) in getPixmapHolder()
1455 it->second->m_pPixmap = new PixmapHolder( m_pDisplay ); in getPixmapHolder()
1476 PixmapHolder* pPixmap = getPixmapHolder( selection ); in sendData()