Searched refs:PixmapHolder (Results 1 – 4 of 4) sorted by relevance
392 PixmapHolder::PixmapHolder( Display* pDisplay ) : in PixmapHolder() function in PixmapHolder443 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()
50 class PixmapHolder class70 PixmapHolder( Display* pDisplay );71 ~PixmapHolder();
57 class PixmapHolder; // in bmp.hxx211 PixmapHolder* m_pPixmap;388 PixmapHolder* getPixmapHolder( Atom selection );
1452 PixmapHolder* SelectionManager::getPixmapHolder( Atom selection ) in getPixmapHolder()1458 it->second->m_pPixmap = new PixmapHolder( m_pDisplay ); in getPixmapHolder()1479 PixmapHolder* pPixmap = getPixmapHolder( selection ); in sendData()
Completed in 56 milliseconds