Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dutility.h665 : _hdc(hdc), _old_hBrush(SelectBrush(hdc, hBrush)) {} in BrushSelection()
667 ~BrushSelection() {SelectBrush(_hdc, _old_hBrush);} in ~BrushSelection()
H A Dwindow.cpp397 HBRUSH lastBrush = SelectBrush(canvas, GetStockBrush(COLOR_SPLITBAR)); in WndProc()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp1406 HBRUSH lastBrush = SelectBrush(canvas, GetStockBrush(COLOR_SPLITBAR)); in WndProc()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dstartmenu.cpp903 SelectBrush(canvas, GetSysColorBrush(COLOR_BTNHIGHLIGHT)); in Paint()
/reactos/sdk/include/psdk/
H A Dwindowsx.h515 #define SelectBrush(hdc,hbr) ((HBRUSH)SelectObject((hdc),(HGDIOBJ)(HBRUSH)(hbr))) macro