Searched refs:aDstCol (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/source/gdi/ |
| H A D | outdev2.cxx | 1922 BitmapColor aDstCol,aSrcCol; in ImplBlendWithAlpha() local 1955 aDstCol = pB->GetColor( nY, nX ); in ImplBlendWithAlpha() 1959 aDstCol.SetRed( lcl_calcColor( aSrcCol.GetRed(), nSrcOpaq, aDstCol.GetRed() ) ); in ImplBlendWithAlpha() 1960 … aDstCol.SetBlue( lcl_calcColor( aSrcCol.GetBlue(), nSrcOpaq, aDstCol.GetBlue() ) ); in ImplBlendWithAlpha() 1961 … aDstCol.SetGreen( lcl_calcColor( aSrcCol.GetGreen(), nSrcOpaq, aDstCol.GetGreen() ) ); in ImplBlendWithAlpha() 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() 2000 aDstCol = pB->GetColor( nY, nX ); in ImplBlendWithAlpha() 2004 aDstCol.SetRed( lcl_calcColor( aSrcCol.GetRed(), nSrcOpaq, aDstCol.GetRed() ) ); in ImplBlendWithAlpha() [all …]
|
| H A D | bitmap3.cxx | 3058 BitmapColor aDstCol( (sal_uInt8) 0 ); in ImplReducePopular() local 3073 …aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular() 3076 pWAcc->SetPixel( nY, nX, aDstCol ); in ImplReducePopular() 3087 …aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) aCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular() 3090 pWAcc->SetPixel( nY, nX, aDstCol ); in ImplReducePopular()
|