Searched refs:rColMap (Results 1 – 2 of 2) sorted by relevance
305 const SalColormap& rColMap = pSalDisp->GetColormap( nScreen ); in ImplCreateDIB() local306 const sal_uInt16 nCols = Min( (sal_uLong)rColMap.GetUsed(), (sal_uLong)(1 << nDrawableDepth) ); in ImplCreateDIB()313 const SalColor nColor( rColMap.GetColor( i ) ); in ImplCreateDIB()431 const SalColormap& rColMap = pSalDisp->GetColormap( nScreen ); in ImplCreateXImage() local432 const sal_uInt16 nCols = Min( (sal_uLong)rColMap.GetUsed(), (sal_uLong)(1 << pImage->depth) ); in ImplCreateXImage()438 const SalColor nColor( rColMap.GetColor( i ) ); in ImplCreateXImage()
632 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawBitmap() local642 aNewVal.foreground = rColMap.GetWhitePixel(), aNewVal.background = rColMap.GetBlackPixel(); in drawBitmap()699 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawMaskedBitmap() local700 const int nBlack = rColMap.GetBlackPixel(), nWhite = rColMap.GetWhitePixel(); in drawMaskedBitmap()
Completed in 17 milliseconds