Searched refs:SelectBrush (Results 1 – 5 of 5) sorted by relevance
665 : _hdc(hdc), _old_hBrush(SelectBrush(hdc, hBrush)) {} in BrushSelection()667 ~BrushSelection() {SelectBrush(_hdc, _old_hBrush);} in ~BrushSelection()
397 HBRUSH lastBrush = SelectBrush(canvas, GetStockBrush(COLOR_SPLITBAR)); in WndProc()
1406 HBRUSH lastBrush = SelectBrush(canvas, GetStockBrush(COLOR_SPLITBAR)); in WndProc()
903 SelectBrush(canvas, GetSysColorBrush(COLOR_BTNHIGHLIGHT)); in Paint()
515 #define SelectBrush(hdc,hbr) ((HBRUSH)SelectObject((hdc),(HGDIOBJ)(HBRUSH)(hbr))) macro