Home
last modified time | relevance | path

Searched refs:pColormap (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/unx/generic/gdi/
H A Dsalvd.cxx93 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 Dgtkdata.cxx341 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()
/trunk/main/vcl/inc/unx/
H A Dsalgdi.h206 …void Init( X11SalVirtualDevice *pVirtualDevice, SalColormap* pColormap = NULL, bool bDe…

Completed in 12 milliseconds