Searched refs:nSrcAlpha (Results 1 – 1 of 1) sorted by relevance
1963 … const sal_uInt8 nSrcAlpha = 255-COLOR_CHANNEL_MERGE( 255, (sal_uInt8)nDstOpaq, nSrcOpaq ); in ImplBlendWithAlpha() local1965 … aIndex.SetIndex( (sal_uInt8) ( nVCLRLut[ ( nVCLLut[ nSrcAlpha ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()1966 nVCLGLut[ ( nVCLLut[ nSrcAlpha ] + nD ) >> 16UL ] + in ImplBlendWithAlpha()1967 nVCLBLut[ ( nVCLLut[ nSrcAlpha ] + nD ) >> 16UL ] ) ); in ImplBlendWithAlpha()2005 … const sal_uInt8 nSrcAlpha = 255-COLOR_CHANNEL_MERGE( 255, (sal_uInt8)nDstOpaq, nSrcOpaq ); in ImplBlendWithAlpha() local2007 pAlphaW->SetPixel( nY, nX, Color(nSrcAlpha, nSrcAlpha, nSrcAlpha) ); in ImplBlendWithAlpha()
Completed in 17 milliseconds