Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx29 class SalColormap;
157 class SalColormap class
172 SalColormap( const SalDisplay* pSalDisplay,
175 SalColormap( const BitmapPalette &rpPalette );
176 SalColormap( sal_uInt16 nDepth );
177 SalColormap();
178 ~SalColormap();
298 SalColormap m_aColormap;
468 …const SalColormap& GetColormap( int nScreen ) const { return getDataForScreen(nScreen).m_aColor… in GetColormap()
519 inline Display *SalColormap::GetXDisplay() const in GetXDisplay()
H A Dsalgdi.h44 class SalColormap; variable
83 const SalColormap* m_pColormap;
84 SalColormap *m_pDeleteColormap;
206 …void Init( X11SalVirtualDevice *pVirtualDevice, SalColormap* pColormap = NULL, bool bDe…
218 inline const SalColormap& GetColormap() const { return *m_pColormap; } in GetColormap()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx93 void X11SalGraphics::Init( X11SalVirtualDevice *pDevice, SalColormap* pColormap, bool bDeleteColorm… in Init()
95 SalColormap *pOrigDeleteColormap = m_pDeleteColormap; in Init()
114 m_pColormap = m_pDeleteColormap = new SalColormap(); in Init()
138 SalColormap* pColormap = NULL; in Init()
148 pColormap = new SalColormap( pDisplay, pRenderFormat->colormap, m_nScreen ); in Init()
150 pColormap = new SalColormap( nBitCount ); in Init()
155 pColormap = new SalColormap( nBitCount ); in Init()
H A Dsalbmp.cxx305 const SalColormap& rColMap = pSalDisp->GetColormap( nScreen ); in ImplCreateDIB()
431 const SalColormap& rColMap = pSalDisp->GetColormap( nScreen ); in ImplCreateXImage()
H A Dsalgdi2.cxx632 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawBitmap()
699 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawMaskedBitmap()
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx688 rSD.m_aColormap = SalColormap( this, aColMap, nScreen ); in initScreen()
2973 SalColormap::SalColormap( const SalDisplay *pDisplay, Colormap hColormap, int nScreen ) in SalColormap() function in SalColormap
3043 SalColormap::SalColormap( const BitmapPalette &rPalette ) in SalColormap() function in SalColormap
3067 SalColormap::SalColormap() in SalColormap() function in SalColormap
3084 SalColormap::SalColormap( sal_uInt16 nDepth ) in SalColormap() function in SalColormap
3170 SalColormap::~SalColormap() in ~SalColormap()
3179 void SalColormap::SetPalette( const BitmapPalette &rPalette ) in SetPalette()
3208 void SalColormap::GetPalette() in GetPalette()
3257 void SalColormap::GetLookupTable() in GetLookupTable()
3269 SalColor SalColormap::GetColor( Pixel nPixel ) const in GetColor()
[all …]