Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx84 extern sal_uLong nVCLLut[ 256 ];
1963 … aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ ( nVCLLut[ aDstCol.GetRed() ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
1964 … nVCLGLut[ ( nVCLLut[ aDstCol.GetGreen() ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
1965 … nVCLBLut[ ( nVCLLut[ aDstCol.GetBlue() ] + nD ) >> 16UL ] ) ); in ImplBlendWithAlpha()
1974 … aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ ( nVCLLut[ nSrcAlpha ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
1975 nVCLGLut[ ( nVCLLut[ nSrcAlpha ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
1976 nVCLBLut[ ( nVCLLut[ nSrcAlpha ] + nD ) >> 16UL ] ) ); in ImplBlendWithAlpha()
2073 … aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ ( nVCLLut[ aDstCol.GetRed() ] + nD ) >> 16UL ] + in ImplBlend()
2074 … nVCLGLut[ ( nVCLLut[ aDstCol.GetGreen() ] + nD ) >> 16UL ] + in ImplBlend()
2075 … nVCLBLut[ ( nVCLLut[ aDstCol.GetBlue() ] + nD ) >> 16UL ] ) ); in ImplBlend()
H A Dbitmap3.cxx114 sal_uLong nVCLLut[ 256 ] = variable
2580 const sal_uLong nR = ( nVCLLut[ aCol.GetRed() ] + nD ) >> 16UL; in ImplDitherMatrix()
2581 const sal_uLong nG = ( nVCLLut[ aCol.GetGreen() ] + nD ) >> 16UL; in ImplDitherMatrix()
2582 const sal_uLong nB = ( nVCLLut[ aCol.GetBlue() ] + nD ) >> 16UL; in ImplDitherMatrix()
2597 const sal_uLong nR = ( nVCLLut[ aCol.GetRed() ] + nD ) >> 16UL; in ImplDitherMatrix()
2598 const sal_uLong nG = ( nVCLLut[ aCol.GetGreen() ] + nD ) >> 16UL; in ImplDitherMatrix()
2599 const sal_uLong nB = ( nVCLLut[ aCol.GetBlue() ] + nD ) >> 16UL; in ImplDitherMatrix()

Completed in 32 milliseconds