Searched refs:pColormap (Results 1 – 3 of 3) sorted by relevance
/aoo4110/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()
|
/aoo4110/main/vcl/unx/gtk/app/ |
H A D | gtkdata.cxx | 341 GdkColormap *pColormap = gdk_drawable_get_colormap( pDrawable ); in getFromXPM() local 346 gdk_colormap_alloc_color( pColormap, &aBlack, FALSE, TRUE); in getFromXPM() 347 gdk_colormap_alloc_color( pColormap, &aWhite, FALSE, TRUE); in getFromXPM()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | salgdi.h | 206 …void Init( X11SalVirtualDevice *pVirtualDevice, SalColormap* pColormap = NULL, bool bDe…
|
Completed in 24 milliseconds