Searched refs:hPrevBrush (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | combo.c | 662 HBRUSH hPrevBrush, hBkgBrush; in CBPaintText() local 670 hPrevBrush = SelectObject( hdc, hBkgBrush ); in CBPaintText() 733 if( hPrevBrush ) in CBPaintText() 734 SelectObject( hdc, hPrevBrush ); in CBPaintText() 807 HBRUSH hPrevBrush, hBkgBrush; in COMBO_Paint() local 816 hPrevBrush = SelectObject(hdc, hBkgBrush); in COMBO_Paint() 840 if (hPrevBrush) in COMBO_Paint() 841 SelectObject( hdc, hPrevBrush ); in COMBO_Paint()
|
/reactos/win32ss/user/user32/controls/ |
H A D | combo.c | 738 HBRUSH hPrevBrush, hBkgBrush; in CBPaintText() local 746 hPrevBrush = SelectObject( hdc, hBkgBrush ); in CBPaintText() 815 if( hPrevBrush ) in CBPaintText() 816 SelectObject( hdc, hPrevBrush ); in CBPaintText() 866 HBRUSH hPrevBrush, hBkgBrush; in COMBO_Paint() local 873 hPrevBrush = SelectObject(hDC, hBkgBrush); in COMBO_Paint() 898 if (hPrevBrush) in COMBO_Paint() 899 SelectObject( hDC, hPrevBrush ); in COMBO_Paint()
|
/reactos/win32ss/user/ntuser/ |
H A D | menu.c | 2601 HBRUSH hPrevBrush = 0, brush = IntGetSysColorBrush(COLOR_MENU); in MENU_DrawPopupMenu() local 2609 if((hPrevBrush = NtGdiSelectBrush( hdc, brush )) in MENU_DrawPopupMenu() 2642 NtGdiSelectBrush( hdc, hPrevBrush ); in MENU_DrawPopupMenu()
|