Home
last modified time | relevance | path

Searched refs:nSrcOpaq (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx1956 const sal_uInt8 nSrcOpaq = 255 - pA->GetPixelIndex( nMapY, nMapX ); in ImplBlendWithAlpha() local
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()
1972 … const sal_uInt8 nSrcAlpha = 255-COLOR_CHANNEL_MERGE( 255, (sal_uInt8)nDstOpaq, nSrcOpaq ); in ImplBlendWithAlpha()
2001 const sal_uInt8 nSrcOpaq = 255 - pA->GetPixelIndex( nMapY, nMapX ); in ImplBlendWithAlpha() local
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()
2014 … const sal_uInt8 nSrcAlpha = 255-COLOR_CHANNEL_MERGE( 255, (sal_uInt8)nDstOpaq, nSrcOpaq ); in ImplBlendWithAlpha()

Completed in 55 milliseconds