Searched refs:NULL_BRUSH (Results 1 – 7 of 7) sorted by relevance
81 #define NULL_BRUSH 5 macro82 #define HOLLOW_BRUSH NULL_BRUSH
635 case NULL_BRUSH : in SelectObject()
560 wndClsEx.hbrBackground = (HBRUSH)GetStockObject( NULL_BRUSH ); in RegisterWindowClass()
741 HBRUSH hOldBrush = SelectBrush( getHDC(), GetStockBrush( NULL_BRUSH ) ); in invert()
1169 HBRUSH hNewBrush = GetStockBrush( NULL_BRUSH ); in SetFillColor()
2320 HBRUSH hTempBrush = SelectBrush( hDC, GetStockBrush( NULL_BRUSH ) ); in StartPage()
586 pOldBrush = (HBRUSH)SelectObject(hDC,(HGDIOBJ)NULL_BRUSH); in Draw()
Completed in 57 milliseconds