Searched refs:hMaskBrush (Results 1 – 1 of 1) sorted by relevance
659 HBRUSH hMaskBrush = CreateSolidBrush( RGB( cRed, cGreen, cBlue ) ); in drawMask() local660 HBRUSH hOldBrush = SelectBrush( hDC, hMaskBrush ); in drawMask()676 DeleteBrush( hMaskBrush ); in drawMask()
Completed in 19 milliseconds