Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx80 sal_uLong nVCLBLut[ 6 ] = { 0, 36, 72, 108, 144, 180 }; variable
2584 aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ nR ] + nVCLGLut[ nG ] + nVCLBLut[ nB ] ) ); in ImplDitherMatrix()
2601 aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ nR ] + nVCLGLut[ nG ] + nVCLBLut[ nB ] ) ); in ImplDitherMatrix()
2723 …pWriteAcc->SetPixelIndex( nYAcc, 0, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] + nVCL… in ImplDitherFloyd()
2734 …pWriteAcc->SetPixelIndex( nYAcc, nXAcc, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] + … in ImplDitherFloyd()
2742 …pWriteAcc->SetPixelIndex( nYAcc, nWidth1, static_cast<sal_uInt8>(nVCLBLut[ nBC ] + nVCLGLut[nGC ] … in ImplDitherFloyd()
H A Doutdev2.cxx82 extern sal_uLong nVCLBLut[ 6 ];
1965nVCLBLut[ ( nVCLLut[ aDstCol.GetBlue() ] + nD ) >> 16UL ] ) ); in ImplBlendWithAlpha()
1976 nVCLBLut[ ( nVCLLut[ nSrcAlpha ] + nD ) >> 16UL ] ) ); in ImplBlendWithAlpha()
2075nVCLBLut[ ( nVCLLut[ aDstCol.GetBlue() ] + nD ) >> 16UL ] ) ); in ImplBlend()

Completed in 42 milliseconds