Searched refs:aDstCol (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev2.cxx | 1913 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() 1951 … aDstCol.SetBlue( lcl_calcColor( aSrcCol.GetBlue(), nSrcOpaq, aDstCol.GetBlue() ) ); in ImplBlendWithAlpha() 1952 … aDstCol.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 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()
|