Home
last modified time | relevance | path

Searched refs:blendFunc32bpp (Results 1 – 1 of 1) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DLyricsWindow.cpp228 BLENDFUNCTION blendFunc32bpp; in Draw() local
229 blendFunc32bpp.AlphaFormat = AC_SRC_ALPHA; in Draw()
230 blendFunc32bpp.BlendFlags = 0; in Draw()
231 blendFunc32bpp.BlendOp = AC_SRC_OVER; in Draw()
232 blendFunc32bpp.SourceConstantAlpha = m_alpha; in Draw()
234 ::UpdateLayeredWindow(m_hWnd,hDC,NULL,&psize,m_hCacheDC,&DestPt,0,&blendFunc32bpp,ULW_ALPHA); in Draw()