Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx79 sal_uLong nVCLGLut[ 6 ] = { 0, 6, 12, 18, 24, 30 }; 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.cxx81 extern sal_uLong nVCLGLut[ 6 ];
1964nVCLGLut[ ( nVCLLut[ aDstCol.GetGreen() ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
1975 nVCLGLut[ ( nVCLLut[ nSrcAlpha ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
2074nVCLGLut[ ( nVCLLut[ aDstCol.GetGreen() ] + nD ) >> 16UL ] + in ImplBlend()

Completed in 33 milliseconds