Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Doutdev2.cxx1913 BitmapColor aDstCol,aSrcCol; in ImplBlendWithAlpha() local
1946 aDstCol = pB->GetColor( nY, nX ); in ImplBlendWithAlpha()
1950 aDstCol.SetRed( lcl_calcColor( aSrcCol.GetRed(), nSrcOpaq, aDstCol.GetRed() ) ); in ImplBlendWithAlpha()
1951aDstCol.SetBlue( lcl_calcColor( aSrcCol.GetBlue(), nSrcOpaq, aDstCol.GetBlue() ) ); in ImplBlendWithAlpha()
1952aDstCol.SetGreen( lcl_calcColor( aSrcCol.GetGreen(), nSrcOpaq, aDstCol.GetGreen() ) ); in ImplBlendWithAlpha()
1954 … aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ ( nVCLLut[ aDstCol.GetRed() ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
1955 … nVCLGLut[ ( nVCLLut[ aDstCol.GetGreen() ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()
1956 … nVCLBLut[ ( nVCLLut[ aDstCol.GetBlue() ] + nD ) >> 16UL ] ) ); in ImplBlendWithAlpha()
1991 aDstCol = pB->GetColor( nY, nX ); in ImplBlendWithAlpha()
1995 aDstCol.SetRed( lcl_calcColor( aSrcCol.GetRed(), nSrcOpaq, aDstCol.GetRed() ) ); in ImplBlendWithAlpha()
[all …]
H A Dbitmap3.cxx3058 BitmapColor aDstCol( (sal_uInt8) 0 ); in ImplReducePopular() local
3073aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular()
3076 pWAcc->SetPixel( nY, nX, aDstCol ); in ImplReducePopular()
3087aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) aCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular()
3090 pWAcc->SetPixel( nY, nX, aDstCol ); in ImplReducePopular()