Searched refs:pColormap (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/vcl/unx/generic/gdi/ |
| H A D | salvd.cxx | 93 void X11SalGraphics::Init( X11SalVirtualDevice *pDevice, SalColormap* pColormap, bool bDeleteColorm… in Init() argument 103 if( pColormap ) in Init() 105 m_pColormap = pColormap; in Init() 107 m_pDeleteColormap = pColormap; in Init() 138 SalColormap* pColormap = NULL; in Init() local 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() 174 pGraphics_->Init( this, pColormap, bDeleteColormap ); in Init()
|
| /trunk/main/vcl/unx/gtk/app/ |
| H A D | gtkdata.cxx | 339 GdkColormap *pColormap = gdk_drawable_get_colormap( pDrawable ); in getFromXPM() local 344 gdk_colormap_alloc_color( pColormap, &aBlack, FALSE, TRUE); in getFromXPM() 345 gdk_colormap_alloc_color( pColormap, &aWhite, FALSE, TRUE); in getFromXPM()
|
| /trunk/main/vcl/inc/unx/ |
| H A D | salgdi.h | 206 …void Init( X11SalVirtualDevice *pVirtualDevice, SalColormap* pColormap = NULL, bool bDe…
|