Searched refs:aColMap (Results 1 – 2 of 2) sorted by relevance
96 BitmapPalette aColMap( rSrcBuffer.maPalette.GetEntryCount() ); in ImplPALToPAL() local97 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
574 Colormap aColMap = rData.m_aColormap.GetXColormap(); in doDestruct() local575 if( aColMap != None && aColMap != DefaultColormap( pDisp_, i ) ) in doDestruct()576 XFreeColormap( pDisp_, aColMap ); in doDestruct()675 Colormap aColMap; in initScreen() local678 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 39 milliseconds