Lines Matching refs:aDstCol

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()
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()
1996aDstCol.SetBlue( lcl_calcColor( aSrcCol.GetBlue(), nSrcOpaq, aDstCol.GetBlue() ) ); in ImplBlendWithAlpha()
1997aDstCol.SetGreen( lcl_calcColor( aSrcCol.GetGreen(), nSrcOpaq, aDstCol.GetGreen() ) ); in ImplBlendWithAlpha()
1999 pB->SetPixel( nY, nX, aDstCol ); in ImplBlendWithAlpha()
2039 BitmapColor aDstCol; in ImplBlend() local
2062 aDstCol = pB->GetColor( nY, nX ); in ImplBlend()
2063aDstCol.Merge( pP->GetColor( nMapY, nMapX ), pA->GetPixelIndex( nMapY, nMapX ) ); in ImplBlend()
2064 … aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ ( nVCLLut[ aDstCol.GetRed() ] + nD ) >> 16UL ] + in ImplBlend()
2065 … nVCLGLut[ ( nVCLLut[ aDstCol.GetGreen() ] + nD ) >> 16UL ] + in ImplBlend()
2066 … nVCLBLut[ ( nVCLLut[ aDstCol.GetBlue() ] + nD ) >> 16UL ] ) ); in ImplBlend()
2112 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2113 … pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetPaletteColor( pPScan[ nMapX ] ), in ImplBlend()
2133 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2134 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 2 ], pTmp[ 1 ], pTmp[ 0 ], in ImplBlend()
2154 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2155 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 0 ], pTmp[ 1 ], pTmp[ 2 ], in ImplBlend()
2172 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2173 pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetColor( nMapY, nMapX ), in ImplBlend()
2275 BitmapColor aDstCol; in ImplDrawAlpha() local