Home
last modified time | relevance | path

Searched refs:aColMap (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dsalmisc.cxx96 BitmapPalette aColMap( rSrcBuffer.maPalette.GetEntryCount() ); in ImplPALToPAL() local
97 BitmapColor* pColMapBuf = aColMap.ImplGetColorBuffer(); in ImplPALToPAL()
100 …for( sal_uInt16 i = 0, nSrcCount = aColMap.GetEntryCount(), nDstCount = rDstBuffer.maPalette.GetEn… in ImplPALToPAL()
251 BitmapPalette aColMap( rSrcBuffer.maPalette.GetEntryCount() ); in ImplTCToPAL() local
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx572 Colormap aColMap = rData.m_aColormap.GetXColormap(); in doDestruct() local
573 if( aColMap != None && aColMap != DefaultColormap( pDisp_, i ) ) in doDestruct()
574 XFreeColormap( pDisp_, aColMap ); in doDestruct()
673 Colormap aColMap; in initScreen() local
676 aColMap = DefaultColormap( pDisp_, nScreen ); in initScreen()
678 aColMap = XCreateColormap( pDisp_, in initScreen()
688 rSD.m_aColormap = SalColormap( this, aColMap, nScreen ); in initScreen()
697 aXWAttributes.colormap = aColMap; in initScreen()