Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx305 const SalColormap& rColMap = pSalDisp->GetColormap( nScreen ); in ImplCreateDIB() local
306 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() local
432 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()
H A Dsalgdi2.cxx632 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawBitmap() local
642 aNewVal.foreground = rColMap.GetWhitePixel(), aNewVal.background = rColMap.GetBlackPixel(); in drawBitmap()
699 const SalColormap& rColMap = pSalDisp->GetColormap( m_nScreen ); in drawMaskedBitmap() local
700 const int nBlack = rColMap.GetBlackPixel(), nWhite = rColMap.GetWhitePixel(); in drawMaskedBitmap()

Completed in 30 milliseconds