Lines Matching refs:aDstCol
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()
2005 … aDstCol.SetBlue( lcl_calcColor( aSrcCol.GetBlue(), nSrcOpaq, aDstCol.GetBlue() ) ); in ImplBlendWithAlpha()
2006 … aDstCol.SetGreen( lcl_calcColor( aSrcCol.GetGreen(), nSrcOpaq, aDstCol.GetGreen() ) ); in ImplBlendWithAlpha()
2008 pB->SetPixel( nY, nX, aDstCol ); in ImplBlendWithAlpha()
2048 BitmapColor aDstCol; in ImplBlend() local
2071 aDstCol = pB->GetColor( nY, nX ); in ImplBlend()
2072 … aDstCol.Merge( pP->GetColor( nMapY, nMapX ), pA->GetPixelIndex( nMapY, nMapX ) ); in ImplBlend()
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()
2121 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2122 … pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetPaletteColor( pPScan[ nMapX ] ), in ImplBlend()
2142 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2143 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 2 ], pTmp[ 1 ], pTmp[ 0 ], in ImplBlend()
2163 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2164 … pB->SetPixel( nY, nX, aDstCol.Merge( pTmp[ 0 ], pTmp[ 1 ], pTmp[ 2 ], in ImplBlend()
2181 aDstCol = pB->GetPixel( nY, nX ); in ImplBlend()
2182 pB->SetPixel( nY, nX, aDstCol.Merge( pP->GetColor( nMapY, nMapX ), in ImplBlend()
2284 BitmapColor aDstCol; in ImplDrawAlpha() local