Home
last modified time | relevance | path

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

/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.cxx574 Colormap aColMap = rData.m_aColormap.GetXColormap(); in doDestruct() local
575 if( aColMap != None && aColMap != DefaultColormap( pDisp_, i ) ) in doDestruct()
576 XFreeColormap( pDisp_, aColMap ); in doDestruct()
675 Colormap aColMap; in initScreen() local
678 aColMap = DefaultColormap( pDisp_, nScreen ); in initScreen()
680 aColMap = XCreateColormap( pDisp_, in initScreen()
690 rSD.m_aColormap = SalColormap( this, aColMap, nScreen ); in initScreen()
699 aXWAttributes.colormap = aColMap; in initScreen()

Completed in 20 milliseconds